gearset-sfdx-plugins

0.5.0 • Public • Published

gearset-sfdx-plugins

These are some fairly hacked together plugins for the SFDX CLI to do a few things I found myself doing a lot. Maybe they'll be useful for you too!

Install

sfdx plugins:install gearset-sfdx-plugins

Commands

sfdx metadata:coverage

Prints the coverage report from your org

USAGE
  $ sfdx metadata:coverage

OPTIONS
  -u, --targetusername=targetusername              username or alias for the target org; overrides default target org
  -v, --targetdevhubusername=targetdevhubusername  username or alias for the dev hub org; overrides default dev hub 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)   logging level for this command invocation

EXAMPLES
  $ sfdx metadata:coverage --targetusername myOrg@example.com
    
       ─────────────────────────────────────  ─────  ─────────────────────────────────  
  ──────────────────────────────────────
       AccessControlPolicy                    ✓      ✓ Expanded Source Tracking (Beta)  ✓ Requires Package without a 
  Namespace
       AccountSettings                        ✓      ✓                                  ✘
  
  $ sfdx metadata:coverage --targetusername myOrg@example.com --json

gearset-sfdx-plugins metadata:format

Formats your SFDX metadata

USAGE
  $ sfdx metadata:format

OPTIONS
  --json                                          format output as json
  --loglevel=(trace|debug|info|warn|error|fatal)  logging level for this command invocation

EXAMPLE
  $ sfdx metadata:format
       Formatted 10 files

Readme

Keywords

Package Sidebar

Install

npm i gearset-sfdx-plugins

Weekly Downloads

4

Version

0.5.0

License

MIT

Unpacked Size

16.9 kB

Total Files

14

Last publish

Collaborators

  • gearset