diff --git a/README.md b/README.md index e0c834e3..3576b848 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.20.2 linux-x64 node-v20.9.0 +@salesforce/cli/2.20.3 linux-x64 node-v20.9.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -215,7 +215,7 @@ EXAMPLES $ sf alias list ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/list.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/list.ts)_ ## `sf alias set` @@ -263,7 +263,7 @@ EXAMPLES $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/set.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/set.ts)_ ## `sf alias unset` @@ -302,7 +302,7 @@ EXAMPLES $ sf alias unset --all [--no-prompt] ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/alias/unset.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/unset.ts)_ ## `sf analytics generate template` @@ -909,7 +909,7 @@ CONFIGURATION VARIABLES org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/get.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/get.ts)_ ## `sf config list` @@ -948,7 +948,7 @@ EXAMPLES $ sf config list ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/list.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/list.ts)_ ## `sf config set` @@ -1015,7 +1015,7 @@ CONFIGURATION VARIABLES org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/set.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/set.ts)_ ## `sf config unset` @@ -1063,7 +1063,7 @@ CONFIGURATION VARIABLES org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.6/src/commands/config/unset.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/unset.ts)_ ## `sf data create record` @@ -4288,7 +4288,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/list/auth.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/list/auth.ts)_ ## `sf org list limits` @@ -4576,7 +4576,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/access-token.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/access-token.ts)_ ## `sf org login device` @@ -4635,7 +4635,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/device.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/device.ts)_ ## `sf org login jwt` @@ -4724,7 +4724,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/jwt.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -4782,7 +4782,7 @@ EXAMPLES $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/sfdx-url.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -4867,7 +4867,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/web.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -4927,7 +4927,7 @@ FLAG DESCRIPTIONS All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs. ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/logout.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.8/src/commands/org/logout.ts)_ ## `sf org open` @@ -5118,7 +5118,8 @@ FLAGS -k, --installation-key= Installation key for key-protected package (default: null). -m, --managed-released Create a managed package version. -n, --name= (required) Package version name. - -o, --target-org= (required) Username or alias of the target org. + -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` + configuration variable is already set. -p, --post-install-url= Post install URL. -r, --release-notes-url= Release notes URL. -v, --version= Package version in major.minor format, for example, 3.2. @@ -5162,7 +5163,7 @@ FLAG DESCRIPTIONS subscribers. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/create.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/create.ts)_ ## `sf package1 version create get` @@ -5174,7 +5175,8 @@ USAGE FLAGS -i, --request-id= (required) ID of the PackageUploadRequest (starts with 0HD). - -o, --target-org= (required) Username or alias of the target org. + -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` + configuration variable is already set. --api-version= Override the api version used for api requests made by this command ALIASES @@ -5190,7 +5192,7 @@ EXAMPLES $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/create/get.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/create/get.ts)_ ## `sf package1 version display` @@ -5203,7 +5205,8 @@ USAGE FLAGS -i, --package-version-id= (required) ID (starts with 04t) of the metadata package version whose details you want to display. - -o, --target-org= (required) Username or alias of the target org. + -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` + configuration variable is already set. --api-version= Override the api version used for api requests made by this command ALIASES @@ -5219,7 +5222,7 @@ EXAMPLES $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/display.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/display.ts)_ ## `sf package1 version list` @@ -5231,7 +5234,8 @@ USAGE FLAGS -i, --package-id= Metadata package ID (starts with 033) whose package versions you want to list. - -o, --target-org= (required) Username or alias of the target org. + -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` + configuration variable is already set. --api-version= Override the api version used for api requests made by this command ALIASES @@ -5252,7 +5256,7 @@ FLAG DESCRIPTIONS If not specified, shows all versions for all packages (managed and unmanaged) in the org. ``` -_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/list.ts)_ +_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.3/src/commands/package1/version/list.ts)_ ## `sf package create` @@ -5272,7 +5276,8 @@ FLAGS -r, --path= (required) Path to directory that contains the contents of the package. -t, --package-type=