1.0.10 • Published 5 years ago

daswag-cli v1.0.10

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
5 years ago

daSWAG: Serverless Web Application Generator CLI

Generate your full Serverless Web Application in seconds with daswag cli

Commitizen friendly License Gitter oclif Version Build Status Coverage Security Rating Downloads/week

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 add

generate a new component

USAGE
  $ daswag add

See code: src/commands/add/index.ts

daswag add:entity

add a new Api resource

USAGE
  $ daswag add:entity

See code: src/commands/add/entity.ts

daswag add:method

generate a new Api method

USAGE
  $ daswag add:method

See code: src/commands/add/method.ts

daswag add:resource

generate a new Api resource

USAGE
  $ daswag add:resource

See 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-cache

See code: @oclif/plugin-autocomplete

daswag create

create a new service

USAGE
  $ daswag create

See code: src/commands/create/index.ts

daswag create:api

add an Api service

USAGE
  $ daswag create:api

See code: src/commands/create/api.ts

daswag create:client

add a client service

USAGE
  $ daswag create:client

See code: src/commands/create/client.ts

daswag create:user-mgmt

create an user management service

USAGE
  $ daswag create:user-mgmt

See 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 CLI

See code: @oclif/plugin-help

daswag new

Create a new application

USAGE
  $ daswag new

See code: src/commands/new/index.ts

daswag update

create a new service

USAGE
  $ daswag update

See code: src/commands/update/index.ts