Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jayree/sfdx-plugin-org

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jayree/sfdx-plugin-org

A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
190
decreased by-26.36%
Maintainers
1
Weekly downloads
 
Created
Source

@jayree/sfdx-plugin-org

A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.

sfdx NPM test-and-release Downloads/week License

Install

sfdx plugins:install @jayree/sfdx-plugin-org

Commands

sfdx jayree:org:configure

make configuration changes that are not covered by the metadata API

USAGE
  $ sfdx jayree:org:configure -o <value> [--json] [--api-version <value>] [-t <value>] [--concurrent]

FLAGS
  -o, --target-org=<value>  (required) Username or alias of the target org.
  -t, --tasks=<value>...    list of task titles, if no tasks are specified, all tasks marked as active will be executed
  --api-version=<value>     Override the api version used for api requests made by this command
  --concurrent              execute tasks in parallel

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  make configuration changes that are not covered by the metadata API
  See example configuration on how to define tasks

  make configuration changes that are not covered by the metadata API
  See example configuration on how to define tasks

EXAMPLES
  $ sfdx jayree:org:configure
  $ sfdx jayree:org:configure -u me@my.org
  $ sfdx jayree:org:configure --tasks="Asset Settings","Activity Settings"
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"

See code: src/commands/jayree/org/configure/index.ts

sfdx jayree:org:configure:country

update country integration values in the State/Country Picklists

USAGE
  $ sfdx jayree:org:configure:country -o <value> [--json] [--api-version <value>]

FLAGS
  -o, --target-org=<value>  (required) Username or alias of the target org.
  --api-version=<value>     Override the api version used for api requests made by this command

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  update country integration values in the State/Country Picklists

  update country integration values in the State/Country Picklists

See code: src/commands/jayree/org/configure/country.ts

sfdx jayree:org:configure:state

import (create/update) states into the State/Country Picklists

USAGE
  $ sfdx jayree:org:configure:state -o <value> [--json] [--api-version <value>] [--country-code <value>] [--category <value>]
    [--language <value>] [--concurrent <value>]

FLAGS
  -o, --target-org=<value>  (required) Username or alias of the target org.
  --api-version=<value>     Override the api version used for api requests made by this command
  --category=<value>        Subdivision category
  --concurrent=<value>      [default: 1] execute tasks in parallel
  --country-code=<value>    Alpha-2 code
  --language=<value>        Language code

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  import (create/update) states into the State/Country Picklists

  import (create/update) states into the State/Country Picklists

See code: src/commands/jayree/org/configure/state.ts

Keywords

FAQs

Package last updated on 18 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc