Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@herodevs/cli
Advanced tools
@herodevs/cli
$ npm install -g @herodevs/cli
$ @herodevs/cli COMMAND
running command...
$ @herodevs/cli (--version)
@herodevs/cli/0.1.11 darwin-arm64 node-v18.17.1
$ @herodevs/cli --help [COMMAND]
USAGE
$ @herodevs/cli COMMAND
...
@herodevs/cli committer [GET-ALL]
@herodevs/cli committer:get-all [flags [-s][-e][-x]]
@herodevs/cli help [COMMANDS]
@herodevs/cli plugins
@herodevs/cli plugins:install PLUGIN...
@herodevs/cli plugins:inspect PLUGIN...
@herodevs/cli plugins:install PLUGIN...
@herodevs/cli plugins:link PLUGIN
@herodevs/cli plugins:uninstall PLUGIN...
@herodevs/cli plugins:uninstall PLUGIN...
@herodevs/cli plugins:uninstall PLUGIN...
@herodevs/cli plugins update
@herodevs/cli update verify
@herodevs/cli committer [GET-ALL]
Gets committer info
USAGE
$ @herodevs/cli committer [GET-ALL] [--json] [--log-level debug|info|warn|error]
GLOBAL FLAGS
--json Format output as json.
--log-level=<option> Specify level for logging.
<options: debug|info|warn|error>
DESCRIPTION
Gets committer info
EXAMPLES
$ @herodevs/cli committer
See code: dist/commands/committer/index.ts
@herodevs/cli committer:get-all [flags [-s][-e][-x]]
Get Committers Between Two Dates
USAGE
$ @herodevs/cli committer get-all [flags [-s][-e][-x]]
FLAGS
-e, --endDate=<value> [default: 2022-08-31] End Date (format: yyyy-MM-dd)
-s, --startDate=<value> [default: 2023-08-31] Start Date (format: yyyy-MM-dd)
-x, --exclude=<value>... Path Exclusions (eg -x="./src/bin" -x="./dist")
GLOBAL FLAGS
--json Format output as json.
--log-level=<option> Specify level for logging.
<options: debug|info|warn|error>
EXAMPLES
$ @herodevs/cli committer get-all
See code: dist/commands/committer/get-all.ts
@herodevs/cli help [COMMANDS]
Display help for @herodevs/cli.
USAGE
$ @herodevs/cli help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for @herodevs/cli.
See code: @oclif/plugin-help
@herodevs/cli plugins
List installed plugins.
USAGE
$ @herodevs/cli plugins [--json] [--core]
FLAGS
--core Show core plugins.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List installed plugins.
EXAMPLES
$ @herodevs/cli plugins
See code: @oclif/plugin-plugins
@herodevs/cli plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ @herodevs/cli plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ @herodevs/cli plugins add
EXAMPLES
$ @herodevs/cli plugins:install myplugin
$ @herodevs/cli plugins:install https://github.com/someuser/someplugin
$ @herodevs/cli plugins:install someuser/someplugin
@herodevs/cli plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ @herodevs/cli plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ @herodevs/cli plugins:inspect myplugin
See code: @oclif/plugin-plugins
@herodevs/cli plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ @herodevs/cli plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ @herodevs/cli plugins add
EXAMPLES
$ @herodevs/cli plugins:install myplugin
$ @herodevs/cli plugins:install https://github.com/someuser/someplugin
$ @herodevs/cli plugins:install someuser/someplugin
See code: @oclif/plugin-plugins
@herodevs/cli plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ @herodevs/cli plugins:link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Links a plugin into the CLI for development.
Installation of a linked plugin will override a user-installed or core plugin.
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
command will override the user-installed or core plugin implementation. This is useful for development work.
EXAMPLES
$ @herodevs/cli plugins:link myplugin
See code: @oclif/plugin-plugins
@herodevs/cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ @herodevs/cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ @herodevs/cli plugins unlink
$ @herodevs/cli plugins remove
@herodevs/cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ @herodevs/cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ @herodevs/cli plugins unlink
$ @herodevs/cli plugins remove
See code: @oclif/plugin-plugins
@herodevs/cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ @herodevs/cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ @herodevs/cli plugins unlink
$ @herodevs/cli plugins remove
@herodevs/cli plugins update
Update installed plugins.
USAGE
$ @herodevs/cli plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
See code: @oclif/plugin-plugins
@herodevs/cli update verify
verifies version
USAGE
$ @herodevs/cli update verify [-q]
FLAGS
-q, --quiet Prints/returns nothing if version is up to date
DESCRIPTION
verifies version
EXAMPLES
$ @herodevs/cli update verify
See code: dist/commands/update/verify.ts
FAQs
This library was generated with [Nx](https://nx.dev).
The npm package @herodevs/cli receives a total of 48 weekly downloads. As such, @herodevs/cli popularity was classified as not popular.
We found that @herodevs/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.