0.0.5 • Published 3 years ago

sfnick v0.0.5

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

sfnick

A sfnick CLI Tool

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

$ npm install -g sfnick
$ sfnick COMMAND
running command...
$ sfnick (-v|--version|version)
sfnick/0.0.5 win32-x64 node-v10.24.1
$ sfnick --help [COMMAND]
USAGE
  $ sfnick COMMAND
...

sfnick fonteva:check:duplicateValues -o <string> -m <string> [-f <string>] [-z] [-t] [-b <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

modify the value of one or more fields on a single object

modify the value of one or more fields on a single object

USAGE
  $ sfnick fonteva:check:duplicateValues -o <string> -m <string> [-f <string>] [-z] [-t] [-b <string>] [-u <string>] 
  [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -b, --batchsize=batchsize
      the batch size to use when updating records (default: 200)

  -f, --filter=filter
      modify only records from a specified filter

  -m, --mapping=mapping
      (required) list of FIELD_TO_UPDATE==VALUE pairs, seperated with &&. Add a ** before the value to indicate that the 
      value of another field on the record should be used. Seperate multiple values for a single field with ++

  -o, --object=object
      (required) modify a field on the specified object

  -t, --disabletriggersvalidationrules
      disable all triggers/validation rules before executing destroy operation. Renables triggers/validation rules after 
      execution.

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

  -z, --allowprod
      allows modifying records in a production 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

EXAMPLES
  $ sfdx fonteva:modify:field -u scratch-org -o Contact -m "FirstName==Bob" -f "FirstName = null"
  $ sfdx fonteva:modify:field -u scratch-org -o Account -m "AdditionalPhone==**Phone" -f "AdditionalPhone = null"
  $ sfdx fonteva:modify:field -u scratch-org -o Contact -m "FirstName==Bob&&Title==**LastName" -f "FirstName = null"

See code: lib/commands/fonteva/check/duplicateValues.js

sfnick fonteva:compare:packageVersions -f <string> -s <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

compare and list differences of package versions between two orgs

compare and list differences of package versions between two orgs

USAGE
  $ sfnick fonteva:compare:packageVersions -f <string> -s <string> [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -f, --firstorg=firstorg                                                           (required) first org
  -s, --secondorg=secondorg                                                         (required) second org
  --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

See code: lib/commands/fonteva/compare/packageVersions.js

sfnick fonteva:compare:recordCounts -s <string> -t <string> [-p <string>] [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

compare and list differences of record counts between two orgs

compare and list differences of record counts between two orgs

USAGE
  $ sfnick fonteva:compare:recordCounts -s <string> -t <string> [-p <string>] [-d <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -d, --productiondomain=productiondomain                                           the domain of the production org.
                                                                                    required if migrating data to a
                                                                                    production org

  -p, --pathoverride=pathoverride                                                   compare record counts from queries
                                                                                    using the export.json file at the
                                                                                    specified path

  -s, --firstorg=firstorg                                                           (required) the first org SFDX
                                                                                    username

  -t, --secondorg=secondorg                                                         (required) the second org SFDX
                                                                                    username

  --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

See code: lib/commands/fonteva/compare/recordCounts.js

sfnick fonteva:connect [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

connect any org to SFDX and Fonteva's CI/CD process

connect any org to SFDX and Fonteva's CI/CD process

USAGE
  $ sfnick fonteva:connect [-c <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -c, --client=client                                                               name or acronym of the client
  --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

See code: lib/commands/fonteva/connect.js

sfnick fonteva:count:records [-p <string>] [-o <string>] [-q <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

count records in an org

count records in an org

USAGE
  $ sfnick fonteva:count:records [-p <string>] [-o <string>] [-q <string>] [-u <string>] [--apiversion <string>] 
  [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -o, --object=object                                                               count ALL records for the specified
                                                                                    object

  -p, --pathoverride=pathoverride                                                   count records from queries using the
                                                                                    export.json file at the specified
                                                                                    path

  -q, --query=query                                                                 count records returned from the
                                                                                    specified query

  -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

See code: lib/commands/fonteva/count/records.js

sfnick fonteva:create:migrationIdFields [-p <string>] [-o <string>] [-z] [-t] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

create migration Id fields on specified object(s) in a target org

create migration Id fields on specified object(s) in a target org

USAGE
  $ sfnick fonteva:create:migrationIdFields [-p <string>] [-o <string>] [-z] [-t] [-u <string>] [--apiversion <string>] 
  [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -o, --object=object
      create a Migration ID field on the specified object

  -p, --pathoverride=pathoverride
      create Migration ID field(s) on objects specified in queries using the export.json file at the specified path

  -t, --disabletriggersvalidationrules
      disable ALL Fonteva triggers/validation rules before creating Migration ID field(s); re-enable ALL Fonteva 
      triggers/validation rules after creating Migration ID field(s)

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

  -z, --allowprod
      create Migration ID field(s) in a PRODUCTION 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

See code: lib/commands/fonteva/create/migrationIdFields.js

sfnick fonteva:create:scratchorg [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

create a scratch org using a source org as a template

create a scratch org using a source org as a template

USAGE
  $ sfnick fonteva:create:scratchorg [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -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

See code: lib/commands/fonteva/create/scratchorg.js

sfnick fonteva:create:testdata -o <string> [-t] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

create test data in a target org

create test data in a target org

USAGE
  $ sfnick fonteva:create:testdata -o <string> [-t] [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -o, --object=object                                                               (required) create test data the
                                                                                    specified object

  -t, --disabletriggersvalidationrules                                              disable ALL Fonteva
                                                                                    triggers/validation rules before
                                                                                    creating test data; re-enable ALL
                                                                                    Fonteva triggers/validation rules
                                                                                    after creating test data

  -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

See code: lib/commands/fonteva/create/testdata.js

sfnick fonteva:deactivate:users [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

create users in a target org

create users in a target org

USAGE
  $ sfnick fonteva:deactivate:users [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -f, --filter=filter                                                               deactivate users returned from the
                                                                                    specified query

  -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 fonteva:deactivate:users

See code: lib/commands/fonteva/deactivate/users.js

sfnick fonteva:deploy:data [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

deploy all config data to target org

deploy all config data to target org

USAGE
  $ sfnick fonteva:deploy:data [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -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

See code: lib/commands/fonteva/deploy/data.js

sfnick fonteva:destroy:csvRecords -p <string> -o <string> -f <string> [-z] [-t] [-b <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

destroy records in target org

destroy records in target org

USAGE
  $ sfnick fonteva:destroy:csvRecords -p <string> -o <string> -f <string> [-z] [-t] [-b <string>] [-u <string>] 
  [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -b, --batchsize=batchsize                                                         the batch size to use when
                                                                                    destroying records (default: 200)

  -f, --matchfields=matchfields                                                     (required) fields used to match
                                                                                    records to delete. separate fields
                                                                                    with a comma (ex.
                                                                                    FirstName,LastName,Title)

  -o, --object=object                                                               (required) destroy ALL records for
                                                                                    the specified object

  -p, --csvpath=csvpath                                                             (required) path to csv file

  -t, --disabletriggersvalidationrules                                              disable ALL Fonteva
                                                                                    triggers/validation rules before
                                                                                    destroying records; re-enable ALL
                                                                                    Fonteva triggers/validation rules
                                                                                    after destroying records

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

  -z, --allowprod                                                                   destroy records in a PRODUCTION 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

See code: lib/commands/fonteva/destroy/csvRecords.js

sfnick fonteva:destroy:records [-p <string>] [-o <string>] [-q <string>] [-z] [-t] [-b <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

destroy records in target org

destroy records in target org

USAGE
  $ sfnick fonteva:destroy:records [-p <string>] [-o <string>] [-q <string>] [-z] [-t] [-b <string>] [-u <string>] 
  [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -b, --batchsize=batchsize                                                         the batch size to use when
                                                                                    destroying records (default: 200)

  -o, --object=object                                                               destroy ALL records for the
                                                                                    specified object

  -p, --pathoverride=pathoverride                                                   destroy records from queries using
                                                                                    the export.json file at the
                                                                                    specified path

  -q, --query=query                                                                 destroy records returned from the
                                                                                    specified query

  -t, --disabletriggersvalidationrules                                              disable ALL Fonteva
                                                                                    triggers/validation rules before
                                                                                    destroying records; re-enable ALL
                                                                                    Fonteva triggers/validation rules
                                                                                    after destroying records

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

  -z, --allowprod                                                                   destroy records in a PRODUCTION 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

See code: lib/commands/fonteva/destroy/records.js

sfnick fonteva:fix:ASAONLYticketType [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

fix problems with fields

fix problems with fields

USAGE
  $ sfnick fonteva:fix:ASAONLYticketType [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -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

See code: lib/commands/fonteva/fix/ASAONLYticketType.js

sfnick fonteva:fix:field -s <string> -t <string> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

fix problems with fields

fix problems with fields

USAGE
  $ sfnick fonteva:fix:field -s <string> -t <string> [-p <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -p, --pathoverride=pathoverride                                                   override default config data path
  -s, --sourceorg=sourceorg                                                         (required) source org SFDX username
  -t, --targetorg=targetorg                                                         (required) target org SFDX username
  --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

See code: lib/commands/fonteva/fix/field.js

sfnick fonteva:fix:fontevaRecords -s <string> -t <string> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

fix problems with Fonteva Config records that exist after transfering to a new org

fix problems with Fonteva Config records that exist after transfering to a new org

USAGE
  $ sfnick fonteva:fix:fontevaRecords -s <string> -t <string> [-p <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -p, --pathoverride=pathoverride                                                   override default config data path
  -s, --sourceorg=sourceorg                                                         (required) source org SFDX username
  -t, --targetorg=targetorg                                                         (required) target org SFDX username
  --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

See code: lib/commands/fonteva/fix/fontevaRecords.js

sfnick fonteva:fix:joinProcess -s <string> -t <string> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

fix problems with Fonteva Join Process records that exist after transfering to a new org

fix problems with Fonteva Join Process records that exist after transfering to a new org

USAGE
  $ sfnick fonteva:fix:joinProcess -s <string> -t <string> [-p <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -p, --pathoverride=pathoverride                                                   override default config data path
  -s, --sourceorg=sourceorg                                                         (required) source org SFDX username
  -t, --targetorg=targetorg                                                         (required) target org SFDX username
  --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

See code: lib/commands/fonteva/fix/joinProcess.js

sfnick fonteva:fix:priceRule -s <string> -t <string> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

fix problems with Fonteva Price Rule records that exist after transfering to a new org

fix problems with Fonteva Price Rule records that exist after transfering to a new org

USAGE
  $ sfnick fonteva:fix:priceRule -s <string> -t <string> [-p <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -p, --pathoverride=pathoverride                                                   override default config data path
  -s, --sourceorg=sourceorg                                                         (required) source org SFDX username
  -t, --targetorg=targetorg                                                         (required) target org SFDX username
  --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

See code: lib/commands/fonteva/fix/priceRule.js

sfnick fonteva:fix:priceRuleVariable -s <string> -t <string> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

fix problems with Fonteva Price Rule Variable records that exist after transfering to a new org

fix problems with Fonteva Price Rule Variable records that exist after transfering to a new org

USAGE
  $ sfnick fonteva:fix:priceRuleVariable -s <string> -t <string> [-p <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -p, --pathoverride=pathoverride                                                   override default config data path
  -s, --sourceorg=sourceorg                                                         (required) source org SFDX username
  -t, --targetorg=targetorg                                                         (required) target org SFDX username
  --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

See code: lib/commands/fonteva/fix/priceRuleVariable.js

sfnick fonteva:fix:skipLogicRule -s <string> -t <string> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

fix problems with Fonteva Skip Logic records that exist after transfering to a new org

fix problems with Fonteva Skip Logic records that exist after transfering to a new org

USAGE
  $ sfnick fonteva:fix:skipLogicRule -s <string> -t <string> [-p <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -p, --pathoverride=pathoverride                                                   override default config data path
  -s, --sourceorg=sourceorg                                                         (required) source org SFDX username
  -t, --targetorg=targetorg                                                         (required) target org SFDX username
  --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

See code: lib/commands/fonteva/fix/skipLogicRule.js

sfnick fonteva:modify:field -o <string> -m <string> [-f <string>] [-z] [-t] [-b <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

modify the value of one or more fields on a single object

modify the value of one or more fields on a single object

USAGE
  $ sfnick fonteva:modify:field -o <string> -m <string> [-f <string>] [-z] [-t] [-b <string>] [-u <string>] 
  [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -b, --batchsize=batchsize
      the batch size to use when updating records (default: 200)

  -f, --filter=filter
      modify only records from a specified filter

  -m, --mapping=mapping
      (required) list of FIELD_TO_UPDATE==VALUE pairs, seperated with &&. Add a ** before the value to indicate that the 
      value of another field on the record should be used. Seperate multiple values for a single field with ++

  -o, --object=object
      (required) modify a field on the specified object

  -t, --disabletriggersvalidationrules
      disable all triggers/validation rules before executing destroy operation. Renables triggers/validation rules after 
      execution.

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

  -z, --allowprod
      allows modifying records in a production 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

EXAMPLES
  $ sfdx fonteva:modify:field -u scratch-org -o Contact -m "FirstName==Bob" -f "FirstName = null"
  $ sfdx fonteva:modify:field -u scratch-org -o Account -m "AdditionalPhone==**Phone" -f "AdditionalPhone = null"
  $ sfdx fonteva:modify:field -u scratch-org -o Contact -m "FirstName==Bob&&Title==**LastName" -f "FirstName = null"
  $ sfdx fonteva:modify:field -u scratch-org -o Contact -m "FirstName==Bob&&Title==**LastName++, ++**FirstName" -f 
  "FirstName = null"

See code: lib/commands/fonteva/modify/field.js

sfnick fonteva:open [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

open any org in a web browser

open any org in a web browser

USAGE
  $ sfnick fonteva:open [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -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

See code: lib/commands/fonteva/open.js

sfnick fonteva:open:full [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

open a client's full sandbox org in a web browser

open a client's full sandbox org in a web browser

USAGE
  $ sfnick fonteva:open:full [-c <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -c, --client=client                                                               name or acronym of the client
  --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

See code: lib/commands/fonteva/open/full.js

sfnick fonteva:open:prod [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

open a client's production org in a web browser

open a client's production org in a web browser

USAGE
  $ sfnick fonteva:open:prod [-c <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -c, --client=client                                                               name or acronym of the client
  --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

See code: lib/commands/fonteva/open/prod.js

sfnick fonteva:open:uat [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

open a client's uat sandbox org in a web browser

open a client's uat sandbox org in a web browser

USAGE
  $ sfnick fonteva:open:uat [-c <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -c, --client=client                                                               name or acronym of the client
  --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

See code: lib/commands/fonteva/open/uat.js

sfnick fonteva:post:salesorder -o <string> -m <string> [-f <string>] [-z] [-t] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

modify the value of one or more fields on a single object

modify the value of one or more fields on a single object

USAGE
  $ sfnick fonteva:post:salesorder -o <string> -m <string> [-f <string>] [-z] [-t] [-u <string>] [--apiversion <string>] 
  [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -f, --filter=filter
      modify only records from a specified filter

  -m, --mapping=mapping
      (required) list of FIELD_TO_UPDATE==VALUE pairs, seperated with &&. Add a ** before the value to indicate that the 
      value of another field on the record should be used. Seperate multiple values for a single field with ++

  -o, --object=object
      (required) modify a field on the specified object

  -t, --disabletriggersvalidationrules
      disable all triggers/validation rules before executing destroy operation. Renables triggers/validation rules after 
      execution.

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

  -z, --allowprod
      allows modifying records in a production 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

EXAMPLES
  $ sfdx fonteva:modify:field -u scratch-org -o Contact -m "FirstName==Bob" -f "FirstName = null"
  $ sfdx fonteva:modify:field -u scratch-org -o Account -m "AdditionalPhone==**Phone" -f "AdditionalPhone = null"
  $ sfdx fonteva:modify:field -u scratch-org -o Contact -m "FirstName==Bob&&Title==**LastName" -f "FirstName = null"

See code: lib/commands/fonteva/post/salesorder.js

sfnick fonteva:retrieve:dashboards [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

retrieve all dashboards from target org

retrieve all dashboards from target org

USAGE
  $ sfnick fonteva:retrieve:dashboards [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -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

See code: lib/commands/fonteva/retrieve/dashboards.js

sfnick fonteva:retrieve:dashboards:full [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

retrieve all dashboards from a client's full sandbox org

retrieve all dashboards from a client's full sandbox org

USAGE
  $ sfnick fonteva:retrieve:dashboards:full [-c <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -c, --client=client                                                               name or acronym of the client
  --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

See code: lib/commands/fonteva/retrieve/dashboards/full.js

sfnick fonteva:retrieve:dashboards:prod [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

retrieve all dashboards from a client's production org

retrieve all dashboards from a client's production org

USAGE
  $ sfnick fonteva:retrieve:dashboards:prod [-c <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -c, --client=client                                                               name or acronym of the client
  --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

See code: lib/commands/fonteva/retrieve/dashboards/prod.js

sfnick fonteva:retrieve:dashboards:uat [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

retrieve all dashboards from a client's uat sandbox org

retrieve all dashboards from a client's uat sandbox org

USAGE
  $ sfnick fonteva:retrieve:dashboards:uat [-c <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -c, --client=client                                                               name or acronym of the client
  --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

See code: lib/commands/fonteva/retrieve/dashboards/uat.js

sfnick fonteva:retrieve:data [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

retrieve all config data from target org

retrieve all config data from target org

USAGE
  $ sfnick fonteva:retrieve:data [-u <string>] [--apiversion <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -u, --targetusername=ta