
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Command line tool for managing envoy-hotel
$ npm install -g @envoy/eh
$ eh COMMAND
running command...
$ eh (-v|--version|version)
@envoy/eh/0.0.3 darwin-x64 node-v10.15.3
$ eh --help [COMMAND]
USAGE
$ eh COMMAND
...
eh help [COMMAND]
eh plugins
eh plugins:install PLUGIN...
eh plugins:link PLUGIN
eh plugins:uninstall PLUGIN...
eh plugins:update
eh help [COMMAND]
display help for eh
USAGE
$ eh help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
eh plugins
list installed plugins
USAGE
$ eh plugins
OPTIONS
--core show core plugins
EXAMPLE
$ eh plugins
See code: @oclif/plugin-plugins
eh plugins:install PLUGIN...
installs a plugin into the CLI
USAGE
$ eh plugins:install PLUGIN...
ARGUMENTS
PLUGIN plugin to install
OPTIONS
-f, --force yarn install with force flag
-h, --help show CLI help
-v, --verbose
DESCRIPTION
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
$ eh plugins:add
EXAMPLES
$ eh plugins:install myplugin
$ eh plugins:install https://github.com/someuser/someplugin
$ eh plugins:install someuser/someplugin
See code: @oclif/plugin-plugins
eh plugins:link PLUGIN
links a plugin into the CLI for development
USAGE
$ eh plugins:link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
OPTIONS
-h, --help show CLI help
-v, --verbose
DESCRIPTION
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.
EXAMPLE
$ eh plugins:link myplugin
See code: @oclif/plugin-plugins
eh plugins:uninstall PLUGIN...
removes a plugin from the CLI
USAGE
$ eh plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
OPTIONS
-h, --help show CLI help
-v, --verbose
ALIASES
$ eh plugins:unlink
$ eh plugins:remove
See code: @oclif/plugin-plugins
eh plugins:update
update installed plugins
USAGE
$ eh plugins:update
OPTIONS
-h, --help show CLI help
-v, --verbose
See code: @oclif/plugin-plugins
FAQs
Command line tool for managing envoy-hotel
We found that @envoy/eh demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.