A command line interface for streamlining Alexa Skills deployment.
npm install -g sutr
Use with sutr-io IntelliJ plugin
sutr configure [--env environment]
sutr publish --skills [--profile profile]
sutr publish --lambda [--profile profile]
- Details on usage
- run and debug lambda locally
sutr init
command for creating boilerplate Sutr projectsutr build
command compiles sutr files independent of WebStorm- Language support (i.e. English UK, and German)
- 0.5.5 Added .npmignore
- 0.5.4 FIXED: #2 - Require company name when account is affiliated with more than one company
- 0.5.3 FIXED: #1 - Unable to publish skills
- 0.5.0 Initial release