daswag-cli v1.0.10
daSWAG: Serverless Web Application Generator CLI
Generate your full Serverless Web Application in seconds with daswag cli
Description
This is a framework for building Web Application using only Serverless technologies.
See the docs for more information.
Getting Started
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.
Usage
$ npm install -g daswag-cli
$ daswag COMMAND
running command...
$ daswag (-v|--version|version)
daswag-cli/1.0.8 darwin-x64 node-v12.11.0
$ daswag --help [COMMAND]
USAGE
$ daswag COMMAND
...Commands
daswag adddaswag add:entitydaswag add:methoddaswag add:resourcedaswag autocomplete [SHELL]daswag createdaswag create:apidaswag create:clientdaswag create:user-mgmtdaswag help [COMMAND]daswag newdaswag update
daswag add
generate a new component
USAGE
$ daswag addSee code: src/commands/add/index.ts
daswag add:entity
add a new Api resource
USAGE
$ daswag add:entitySee code: src/commands/add/entity.ts
daswag add:method
generate a new Api method
USAGE
$ daswag add:methodSee code: src/commands/add/method.ts
daswag add:resource
generate a new Api resource
USAGE
$ daswag add:resourceSee code: src/commands/add/resource.ts
daswag autocomplete [SHELL]
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-cacheSee code: @oclif/plugin-autocomplete
daswag create
create a new service
USAGE
$ daswag createSee code: src/commands/create/index.ts
daswag create:api
add an Api service
USAGE
$ daswag create:apiSee code: src/commands/create/api.ts
daswag create:client
add a client service
USAGE
$ daswag create:clientSee code: src/commands/create/client.ts
daswag create:user-mgmt
create an user management service
USAGE
$ daswag create:user-mgmtSee code: src/commands/create/user-mgmt.ts
daswag help [COMMAND]
display help for daswag
USAGE
$ daswag help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
daswag new
Create a new application
USAGE
$ daswag newSee code: src/commands/new/index.ts
daswag update
create a new service
USAGE
$ daswag updateSee code: src/commands/update/index.ts
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago