serverless/docs/commands.md
2015-09-09 09:16:28 -05:00

666 B
Raw Blame History

JAWS CLI Commands

env

Make sure to talk about back/.env and the packaging process

install

The jaws install command downloads the JAWS-module from the location specified (a github repo) and installs it. The install includes:

  • If the --save flag was used and if cfExtensions CloudFormation template was included in the modules jaws.json, it merges the contents into the projects jaws-cf.json. You will have to manually divide this up into multiple CF templates afterwards, if thats your preference.
  • Copies the jaws-module into the back/lambdas dir of the project you are currently in