Package Exports
- servant-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (servant-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Servant Command Line Tool
Develop, test and upload Servant Commands onto AWS Lambda with a few simple commands.
Quick-Start
Install the Servant CLI with npm:
npm install servant-cli -gRegister a Servant Extension @ http://www.getservant.com
Create a folder on your computer for your Servant Extension. cd into it and run this to create boilerplate files:
$ servant initRegister a Servant Command in your Servant Extension @ http://www.getservant.com
Copy the Command ID from your newly registered Command and use it in this command to create boilerplate files for your command:
$ servant command -n <COMMAND_NAME> -i <COMMAND_ID>Run/test the command locally with this:
$ servant run -c <COMMAND_NAME>