1.0.3 • Published 4 years ago
@smarkio/cli v1.0.3
Serverless CLI
A CLI for SMK.
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 lint
$ npm test
$ npm run build
$ 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
Test the cli commands inside docker shell
smk -h
Stops containers and remove containers and networks created by docker-compose up
docker-compose down
License
MIT - see LICENSE