Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Retrieve the components specified by a changeset into an SFDX project

NotificationsYou must be signed in to change notification settings

loganm/sfdx-changeset

Repository files navigation

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

VersionCircleCIAppveyor CICodecovGreenkeeperKnown VulnerabilitiesDownloads/weekLicense

$npm install -g sfdx-changeset$sfdx COMMANDrunning command...$sfdx (-v|--version|version)sfdx-changeset/0.1.0 darwin-x64 node-v12.19.0$sfdx --help [COMMAND]USAGE  $ sfdx COMMAND...

sfdx changeset:retrieve -c <string> [-n <string>] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal]

Download a changeset to the project

USAGE  $ sfdx changeset:retrieve -c <string> [-n <string>] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel   trace|debug|info|warn|error|fatal]OPTIONS  -c, --changesetname=changesetname               (required) name of changeset to retrieve  -n, --packagename=packagename                   the package.xml will be saved to this path  -p, --savepackage                               save the package.xml in manifest/changesets/<change set                                                  name>/package.xml  -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 invocationEXAMPLES  $ 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!    $ sfdx changeset:retrieve --targetusername myOrg@example.com --changeset "Name of Changeset" -p     Retrieving Changeset... Done!     Extracting Package... Done!     Converting to Source... Done!     Saving manifest/changesets/Name-of-Changeset-package.xml... Done!     Cleaning up temporary files... Done!    $ sfdx changeset:retrieve --targetusername myOrg@example.com --changeset "Name of Changeset" -n manifest/pack.xml     Retrieving Changeset... Done!     Extracting Package... Done!     Converting to Source... Done!     Saving manifest/pack.xml... Done!     Cleaning up temporary files... Done!

See code:src/commands/changeset/retrieve.ts

About

Retrieve the components specified by a changeset into an SFDX project

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp