Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
sfdx_force_source_clean
Advanced tools
$ npm install -g sfdx_force_source_clean
$ sfdx COMMAND
running command...
$ sfdx (--version)
sfdx_force_source_clean/0.0.1 darwin-x64 node-v17.8.0
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
...
sfdx force:source:clean [-x <string>] [-n] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
Runs 'sfdx force:source:retrieve -x manifest/package.xml' AND deletes any source no longer found in the org
USAGE
$ sfdx force:source:clean [-x <string>] [-n] [-u <string>] [--apiversion <string>] [--json] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-n, --noprompt Skips the warning and 'continue'
prompt. Only use if you already
understand the impacts!
-u, --targetusername=<value> username or alias for the target
org; overrides default target org
-x, --manifest=<value> [default: manifest/package.xml] The
complete path for the manifest
(package.xml) file that specifies
the components to retrieve.
--apiversion=<value> override the api version used for
api requests made by this command
--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
DESCRIPTION
Runs 'sfdx force:source:retrieve -x manifest/package.xml' AND deletes any source no longer found in the org
EXAMPLES
$ sfdx force:source:clean --targetusername username_alias -x manifest/package.xml
$ sfdx force:source:clean --noprompt
See code: src/commands/force/source/clean.ts
We recommend using the Visual Studio Code (VS Code) IDE for your plugin development. Included in the .vscode
directory of this plugin is a launch.json
config file, which allows you to attach a debugger to the node process when running your commands.
To debug the hello:org
command:
If you linked your plugin to the sfdx cli, call your command with the dev-suspend
switch:
$ sfdx hello:org -u myOrg@example.com --dev-suspend
Alternatively, to call your command using the bin/run
script, set the NODE_OPTIONS
environment variable to --inspect-brk
when starting the debugger:
$ NODE_OPTIONS=--inspect-brk bin/run hello:org -u myOrg@example.com
FAQs
sfdx_force_source_clean =======================
We found that sfdx_force_source_clean 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.