README
slsblp CLI
A CLI for slsblp.
Customizing your CLI
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
Publishing to NPM
To package your CLI up for NPM, do this:
$ npm login
$ npm whoami
$ npm lint
$ npm test
(if typescript, run `npm run build` here)
$ npm publish
Using Docker
Build and run services
docker-compose build
docker-compose up
Connects to the serverless container by sh
docker-compose exec --user=${USER} serverless sh
Stops containers and remove containers and networks created by docker-compose up
docker-compose down
License
MIT - see LICENSE