
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
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 =======================
The npm package sfdx_force_source_clean receives a total of 13 weekly downloads. As such, sfdx_force_source_clean popularity was classified as not popular.
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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.