New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

hades-cli

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hades-cli

Hades CLI developer tool

latest
Source
npmnpm
Version
1.4.4
Version published
Weekly downloads
25
38.89%
Maintainers
1
Weekly downloads
 
Created
Source

hades-cli

Hades CLI developer tool

  • Usage
  • Commands

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

Keywords

hades

FAQs

Package last updated on 04 May 2021

Did you know?

Socket

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.

Install

Related posts