sfdx-changeset

0.1.0 • Public • Published

sfdx-changeset

An SFDX plugin that can retrieve components from a changeset into an org-based project

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

$ npm install -g sfdx-changeset
$ sfdx COMMAND
running 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

Readme

Keywords

Package Sidebar

Install

npm i sfdx-changeset

Weekly Downloads

9

Version

0.1.0

License

MIT

Unpacked Size

17.3 kB

Total Files

13

Last publish

Collaborators

  • loganm