1.0.3 • Published 3 years ago

@smarkio/cli v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago