
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@salesforce/plugin-command-reference
Advanced tools
Generate the Salesforce CLI command reference guide.
First install the plugin.
$ sfdx plugins:install @salesforce/plugin-command-reference
Ensure any plugins are installed that you with to generate documentation for.
$ sfdx plugins:install salesforcedx
Now we can generate the documentation.
$ sfdx commandreference --plugins salesforcedx
Note: Warnings will occur for missing properties in plugins. Those have to be fixed in the plugin itself.
To add this to your plugin to catch warning at development time, add it as a dev plugin in the project.json.
"oclif": {
"devPlugins": [
"@salesforce/plugin-command-reference"
]
}
Then you can run this in your plugin's CI.
./bin/run commandreference --plugins <name-of-your-plugin> --error-on-warnings
sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
generate the command reference guide located
USAGE
$ sfdx commandreference:generate -p <array> [-d <string>] [--hidden] [--erroronwarnings] [--json] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
OPTIONS
-d, --outputdir=outputdir [default: ./tmp/root] output
directory to put generated files
-p, --plugins=plugins (required) comma separated list of
plugin names to be part of the
generation
--erroronwarnings fail the command if there are any
warnings
--hidden show hidden commands
--json format output as json
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
this command invocation
FAQs
Generate the Salesforce CLI command reference guide
The npm package @salesforce/plugin-command-reference receives a total of 21,295 weekly downloads. As such, @salesforce/plugin-command-reference popularity was classified as popular.
We found that @salesforce/plugin-command-reference demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 47 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.