1.4.4 • Published 3 years ago

hades-cli v1.4.4

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

hades-cli

Hades CLI developer tool

Usage

$ npm install -g hades-cli
$ hades COMMAND
running command...
$ hades (-v|--version|version)
hades-cli/1.4.3 darwin-x64 node-v14.15.1
$ hades --help [COMMAND]
USAGE
  $ hades COMMAND
...

Commands

hades delete ELEMENTTYPE ELEMENTNAME

Delete elements

USAGE
  $ hades delete ELEMENTTYPE ELEMENTNAME

ARGUMENTS
  ELEMENTTYPE  (bounded-context|b|module|m) Type element to delete
  ELEMENTNAME  Name element to create

OPTIONS
  -h, --help  show CLI help

See code: src/commands/delete.ts

hades generate ELEMENTTYPE

Generate hades elements boundedContext, module

USAGE
  $ hades generate ELEMENTTYPE

ARGUMENTS
  ELEMENTTYPE  (bounded-context|b|module|m) Type element to create

OPTIONS
  -f, --force
  -h, --help           show CLI help
  -m, --module=module

See code: src/commands/generate.ts

hades hello

Test command

USAGE
  $ hades hello

OPTIONS
  -h, --help  show CLI help

See code: src/commands/hello.ts

hades help [COMMAND]

display help for hades

USAGE
  $ hades help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

hades key

Generate private key and public key

USAGE
  $ hades key

OPTIONS
  -h, --help  show CLI help

See code: src/commands/key.ts

hades load ELEMENTTYPE

Load hades elements bounded-context, module from yaml file, located in the cliter folder

USAGE
  $ hades load ELEMENTTYPE

ARGUMENTS
  ELEMENTTYPE  (bounded-context|b|module|m) Type element to create

OPTIONS
  -b, --boundedContext=boundedContext
  -f, --force
  -h, --help                           show CLI help
  -m, --module=module

See code: src/commands/load.ts

hades new APPNAME

Create new hades project

USAGE
  $ hades new APPNAME

ARGUMENTS
  APPNAME  Type app name to create

OPTIONS
  -c, --credentials
  -h, --help         show CLI help

See code: src/commands/new.ts

hades seed ELEMENTTYPE

Seed database with bounded context or module selected

USAGE
  $ hades seed ELEMENTTYPE

ARGUMENTS
  ELEMENTTYPE  (bounded-context|b|module|m) Type element to create

OPTIONS
  -b, --boundedContext=boundedContext
  -h, --help                           show CLI help
  -m, --module=module

See code: src/commands/seed.ts

1.4.4

3 years ago

1.4.3

3 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago