sfdx-changeset
An SFDX plugin that can retrieve components from a changeset into an org-based project
$ npm install -g sfdx-changeset$ sfdx COMMANDrunning command...$ sfdx (-v|--version|version)sfdx-changeset/0.1.0 darwin-x64 node-v11.9.0$ sfdx --help [COMMAND]USAGE $ sfdx COMMAND...
sfdx changeset:retrieve -c <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]
Download a changeset to the project
USAGE
$ sfdx changeset:retrieve -c <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel
trace|debug|info|warn|error|fatal]
OPTIONS
-c, --changesetname=changesetname (required) name of changeset to retrieve
-u, --targetusername=targetusername username or alias for the target org; overrides default target org
--apiversion=apiversion override the api version used for api requests made by this command
--json format output as json
--loglevel=(trace|debug|info|warn|error|fatal) [default: warn] logging level for this command invocation
EXAMPLE
$ sfdx changeset:retrieve --targetusername myOrg@example.com --changeset "Name of Changeset"
Retrieving Changeset... Done!
Extracting Package... Done!
Converting to Source... Done!
Cleaning up temporary files... Done!
See code: src/commands/changeset/retrieve.ts