0.0.0 • Published 3 years ago

@dora-flow/cli v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

dora-cli

oclif Version Downloads/week License

Usage

$ npm install -g @dora-flow/cli
$ dora-cli COMMAND
running command...
$ dora-cli (-v|--version|version)
@dora-flow/cli/0.0.0 linux-x64 node-v14.17.5
$ dora-cli --help [COMMAND]
USAGE
  $ dora-cli COMMAND
...

Commands

dora-cli help [COMMAND]

display help for dora-cli

USAGE
  $ dora-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

dora-cli init [MY-PROJECT]

describe the command here

USAGE
  $ dora-cli init [MY-PROJECT]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name of the project

EXAMPLE
  $ dora-cli init my-project

See code: src/commands/init.ts

dora-cli install [FILE]

describe the command here

USAGE
  $ dora-cli install [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/install.ts

dora-cli service [FILE]

describe the command here

USAGE
  $ dora-cli service [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

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

dora-cli service:create TYPE

describe the command here

USAGE
  $ dora-cli service:create TYPE

ARGUMENTS
  TYPE  (REST|SQL|PSQL) Command type

OPTIONS
  -f, --force
  -h, --help   show CLI help

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

dora-cli service:get [FILE]

describe the command here

USAGE
  $ dora-cli service:get [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/service/get.ts

dora-cli service:list [FILE]

describe the command here

USAGE
  $ dora-cli service:list [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/service/list.ts