Generate your full Serverless Web Application in seconds with daswag cli
This is a framework for building Web Application using only Serverless technologies.
See the docs for more information.
The Getting Started tutorial is a step-by-step guide to introduce you to daSWAG. If you have not developed anything using Serverless technologies, this Getting Started is a great place to get started.
$ npm install -g daswag-cli
$ daswag COMMAND
running command...
$ daswag (-v|--version|version)
daswag-cli/0.0.0 darwin-x64 node-v10.15.1
$ daswag --help [COMMAND]
USAGE
$ daswag COMMAND
...
daswag autocomplete [SHELL]
daswag doc [KEYWORD]
daswag help [COMMAND]
daswag new:api
daswag new:client
daswag new:project
daswag update [CHANNEL]
display autocomplete installation instructions
USAGE
$ daswag autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ daswag autocomplete
$ daswag autocomplete bash
$ daswag autocomplete zsh
$ daswag autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
Opens the official daSWAG documentation (daswag.tech/documentation) in a browser, and searches for a given keyword.
USAGE
$ daswag doc [KEYWORD]
OPTIONS
-s, --search Search on Google
See code: src/commands/doc.ts
display help for daswag
USAGE
$ daswag help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
USAGE
$ daswag new:api
See code: src/commands/new/api.ts
USAGE
$ daswag new:client
See code: src/commands/new/client.ts
USAGE
$ daswag new:project
See code: src/commands/new/project.ts
update the daswag CLI
USAGE
$ daswag update [CHANNEL]
See code: @oclif/plugin-update