hades-cli
TypeScript icon, indicating that this package has built-in type declarations

1.4.4 • Public • Published

hades-cli

Hades CLI developer tool

Usage

$ npm install -g hades-cli
$ hades COMMAND
running command...
$ hades (-v|--version|version)
hades-cli/1.4.4 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
  -t, --tests
  -v, --verbose

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
  -l, --log
  -m, --module=module

See code: src/commands/seed.ts

Readme

Keywords

Package Sidebar

Install

npm i hades-cli

Weekly Downloads

1

Version

1.4.4

License

MIT

Unpacked Size

513 kB

Total Files

244

Last publish

Collaborators

  • carlospalacin