- Install python 3.7.
- On osx run
brew install pythonecho "export PATH=/usr/local/bin:$PATH" >> ~/.bashrc- Restart your terminal
- Execute
pip install --user git+https://github.com/efimk-lu/serverless-deployer.gitto install it globally for the user.
sdeployer [OPTIONS] COMMAND [ARGS]
For example: sdeploter --configuration ~/services/configuration.yaml pull-and-deploy
--configurationPath to a configuration file if defined, else use environment variable's SERVERLESS_DEPLOYER_CONF value--verboseAdd verbose printing--helpShow this message and exit.
pullPull remote changes, update repositories to the latest commitspull-and-deployPull remote changes, update repositories to the latest commits and deploy themremoveUndeploy any existing services