| name | sf-system |
| description | CLI system commands including configuration, aliases, plugin management, and command search. |
sf System Configuration
Commands for managing the CLI environment and behavior.
sf config list / get / set / unset
Manage CLI configuration.
sf config set target-org myOrg
sf config set target-org myOrg --global
sf config set apiVersion 62.0 --global
sf config list
sf alias list / set / unset
Manage aliases for orgs and other entities.
sf alias set my-org=user@example.com
sf alias set dev-org=dev@example.com prod-org=prod@example.com
sf alias unset my-org
sf plugins / install / uninstall / update / link
Plugin management commands.
sf plugins
sf plugins install @salesforce/plugin-my-plugin
sf plugins update
sf plugins link /path/to/plugin
sf commands
List all available commands.
sf commands
sf commands --json
sf search
Search CLI help and commands.
sf search query
sf search org
sf info releasenotes display
Display CLI release notes.
sf info releasenotes display