report-type-sorter
v0.0.3
Published
Apply alphabetical order to Report Type fields
Downloads
42
Readme
reportTypeSorter
Apply alphabetical order to Report Type fields
$ sfdx plugins:install report-type-sorter
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
report-type-sorter/0.0.0 win32-x64 node-v14.17.1
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
...
sfdx rt:order -r <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
order fields within a report type
USAGE
$ sfdx rt:order -r <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
OPTIONS
-r, --reporttypename=reporttypename (required) report type to apply
order to
-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|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
this command invocation
EXAMPLE
$ sfdx rt:order --targetusername [email protected] -r Service_Contracts_with_Entitlements
Applying alphabetical order
Deploying Report Type to [email protected] with ID 0Af3X00000dpGJMSA2
Deploying...
Report Type Service_Contracts_with_Entitlements sorted
See code: src/commands/rt/order.ts