
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Hades CLI developer tool
$ 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
...
hades delete ELEMENTTYPE ELEMENTNAMEhades generate ELEMENTTYPEhades hellohades help [COMMAND]hades keyhades load ELEMENTTYPEhades new APPNAMEhades seed ELEMENTTYPEhades delete ELEMENTTYPE ELEMENTNAMEDelete 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 ELEMENTTYPEGenerate 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 helloTest 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 keyGenerate private key and public key
USAGE
$ hades key
OPTIONS
-h, --help show CLI help
See code: src/commands/key.ts
hades load ELEMENTTYPELoad 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 APPNAMECreate 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 ELEMENTTYPESeed 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
FAQs
Hades CLI developer tool
The npm package hades-cli receives a total of 6 weekly downloads. As such, hades-cli popularity was classified as not popular.
We found that hades-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.