0.5.0 • Published 6 years ago

gearset-sfdx-plugins v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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