hades-cli
v1.4.4
Published
Hades CLI developer tool
Downloads
254
Readme
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
hades generate ELEMENTTYPE
hades hello
hades help [COMMAND]
hades key
hades load ELEMENTTYPE
hades new APPNAME
hades seed ELEMENTTYPE
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