2.0.4 • Published 4 years ago

@zervice/zervice-sfdx-plugins v2.0.4

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

zervice-sfdx-plugins

A set of plugins for the Salesforce CLI built by the Zervice team for internal use, but shared with the Salesforce community. No guarantees on support or updates.

Install

sfdx plugins:install @zervice/zervice-sfdx-plugins

You'll be prompted that this, like any plugin, is not officially code-signed by Salesforce. If that's annoying, you can whitelist it

Contribute

PRs are welcome!

Usage

$ npm install -g @zervice/zervice-sfdx-plugins
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
@zervice/zervice-sfdx-plugins/2.0.4 darwin-x64 node-v14.4.0
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...

Commands

sfdx zervice:source:buildManifest [-x <string>] [-o <filepath>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

Retrieves all supported Metadata type and creates/updates the XML manifest file

USAGE
  $ sfdx zervice:source:buildManifest [-x <string>] [-o <filepath>] [-u <string>] [--apiversion <string>] [--json] 
  [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -o, --outputfilename=outputfilename                                               [default: manifest/package.xml] The
                                                                                    path and filename to output the
                                                                                    resulting manifest file

  -u, --targetusername=targetusername                                               username or alias for the target
                                                                                    org; overrides default target org

  -x, --excludetypes=excludetypes                                                   A comma-separated list of Metadata
                                                                                    Types to exclude from the manifest

  --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|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

EXAMPLE
  $ sfdx zervice:source:buildManifest --targetusername|-u myOrg@example.com --apiversion 46.0 -o manifest/package.xml -x 
  PermissionSet,Profile
     Retrieving metadata...
     Building package.xml...
     Retrieving source...
     Finished!
2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago