From b8d07390c0cc89d6ef9b519bf145746bbee0ca64 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 26 Mar 2024 02:08:39 +0000 Subject: [PATCH] chore(release): bump to 2.35.5 --- README.md | 806 +++++++++++++++++++++++++++++---------------------- package.json | 54 ++-- yarn.lock | 266 +++++++++-------- 3 files changed, 637 insertions(+), 489 deletions(-) diff --git a/README.md b/README.md index 533dc180..df9c5ce1 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.35.4 linux-x64 node-v20.11.1 +@salesforce/cli/2.35.5 linux-x64 node-v20.11.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -139,11 +139,11 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI. - [`sf plugins`](#sf-plugins) - [`sf plugins discover`](#sf-plugins-discover) - [`sf plugins:inspect PLUGIN...`](#sf-pluginsinspect-plugin) -- [`sf plugins:install PLUGIN...`](#sf-pluginsinstall-plugin) -- [`sf plugins:link PLUGIN`](#sf-pluginslink-plugin) +- [`sf plugins install PLUGIN`](#sf-plugins-install-plugin) +- [`sf plugins link PATH`](#sf-plugins-link-path) - [`sf plugins reset`](#sf-plugins-reset) - [`sf plugins trust verify`](#sf-plugins-trust-verify) -- [`sf plugins:uninstall PLUGIN...`](#sf-pluginsuninstall-plugin) +- [`sf plugins uninstall [PLUGIN]`](#sf-plugins-uninstall-plugin) - [`sf plugins update`](#sf-plugins-update) - [`sf project convert mdapi`](#sf-project-convert-mdapi) - [`sf project convert source`](#sf-project-convert-source) @@ -182,10 +182,11 @@ List all aliases currently set on your local computer. ``` USAGE - $ sf alias list [--json] + $ sf alias list [--json] [--flags-dir ] GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION List all aliases currently set on your local computer. @@ -201,7 +202,7 @@ EXAMPLES $ sf alias list ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/alias/list.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.1.0/src/commands/alias/list.ts)_ ## `sf alias set` @@ -209,10 +210,11 @@ Set one or more aliases on your local computer. ``` USAGE - $ sf alias set [--json] + $ sf alias set [--json] [--flags-dir ] GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Set one or more aliases on your local computer. @@ -249,7 +251,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.33/src/commands/alias/set.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.1.0/src/commands/alias/set.ts)_ ## `sf alias unset` @@ -257,14 +259,15 @@ Unset one or more aliases that are currently set on your local computer. ``` USAGE - $ sf alias unset [--json] [-a] [-p] + $ sf alias unset [--json] [--flags-dir ] [-a] [-p] FLAGS -a, --all Unset all currently set aliases. -p, --no-prompt Don't prompt the user for confirmation when unsetting all aliases. GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Unset one or more aliases that are currently set on your local computer. @@ -288,7 +291,7 @@ EXAMPLES $ sf alias unset --all [--no-prompt] ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/alias/unset.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.1.0/src/commands/alias/unset.ts)_ ## `sf analytics generate template` @@ -296,7 +299,7 @@ Generate a simple Analytics template. ``` USAGE - $ sf analytics generate template -n [--json] [-d ] [--api-version ] + $ sf analytics generate template -n [--json] [--flags-dir ] [-d ] [--api-version ] FLAGS -d, --output-dir= [default: .] Directory for saving the created files. @@ -304,7 +307,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Generate a simple Analytics template. @@ -329,7 +333,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/analytics/generate/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.0/src/commands/analytics/generate/template.ts)_ ## `sf apex generate class` @@ -337,8 +341,8 @@ Generate an Apex class. ``` USAGE - $ sf apex generate class -n [--json] [-t ApexException|ApexUnitTest|DefaultApexClass|InboundEmailService] [-d - ] [--api-version ] + $ sf apex generate class -n [--json] [--flags-dir ] [-t + ApexException|ApexUnitTest|DefaultApexClass|InboundEmailService] [-d ] [--api-version ] FLAGS -d, --output-dir= [default: .] Directory for saving the created files. @@ -348,7 +352,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Generate an Apex class. @@ -385,7 +390,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/apex/generate/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.0/src/commands/apex/generate/class.ts)_ ## `sf apex generate trigger` @@ -393,8 +398,9 @@ Generate an Apex trigger. ``` USAGE - $ sf apex generate trigger -n [--json] [-t ApexTrigger] [-d ] [--api-version ] [-s ] [-e - before insert|before update|before delete|after insert|after update|after delete|after undelete] + $ sf apex generate trigger -n [--json] [--flags-dir ] [-t ApexTrigger] [-d ] [--api-version + ] [-s ] [-e before insert|before update|before delete|after insert|after update|after delete|after + undelete] FLAGS -d, --output-dir= [default: .] Directory for saving the created files. @@ -408,7 +414,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Generate an Apex trigger. @@ -452,7 +459,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/apex/generate/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.0/src/commands/apex/generate/trigger.ts)_ ## `sf apex get log` @@ -460,7 +467,8 @@ Fetch the specified log or given number of most recent logs from the org. ``` USAGE - $ sf apex get log -o [--json] [--api-version ] [-i ] [-n ] [-d ] + $ sf apex get log -o [--json] [--flags-dir ] [--api-version ] [-i ] [-n ] + [-d ] FLAGS -d, --output-dir= Directory for saving the log files. @@ -471,7 +479,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Fetch the specified log or given number of most recent logs from the org. @@ -506,7 +515,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/get/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/get/log.ts)_ ## `sf apex get test` @@ -514,8 +523,8 @@ Display test results for a specific asynchronous test run. ``` USAGE - $ sf apex get test -o -i [--json] [--api-version ] [-c] [-d ] [-r - human|tap|junit|json] + $ sf apex get test -o -i [--json] [--flags-dir ] [--api-version ] [-c] [-d ] + [-r human|tap|junit|json] FLAGS -c, --code-coverage Retrieve code coverage results. @@ -528,7 +537,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Display test results for a specific asynchronous test run. @@ -559,7 +569,7 @@ EXAMPLES me@myorg', ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/get/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/get/test.ts)_ ## `sf apex list log` @@ -567,7 +577,7 @@ Display a list of IDs and general information about debug logs. ``` USAGE - $ sf apex list log -o [--json] [--api-version ] + $ sf apex list log -o [--json] [--flags-dir ] [--api-version ] FLAGS -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` @@ -575,7 +585,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Display a list of IDs and general information about debug logs. @@ -598,7 +609,7 @@ EXAMPLES $ sf apex list log --target-org me@my.org ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/list/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/list/log.ts)_ ## `sf apex run` @@ -606,7 +617,7 @@ Execute anonymous Apex code entered on the command line or from a local file. ``` USAGE - $ sf apex run -o [--json] [--api-version ] [-f ] + $ sf apex run -o [--json] [--flags-dir ] [--api-version ] [-f ] FLAGS -f, --file= Path to a local file that contains Apex code. @@ -615,7 +626,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Execute anonymous Apex code entered on the command line or from a local file. @@ -644,7 +656,7 @@ EXAMPLES $ sf apex run ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/run.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/run.ts)_ ## `sf apex run test` @@ -652,7 +664,7 @@ Invoke Apex tests in an org. ``` USAGE - $ sf apex run test -o [--json] [--api-version ] [-d ] [-l + $ sf apex run test -o [--json] [--flags-dir ] [--api-version ] [-d ] [-l RunLocalTests|RunAllTestsInOrg|RunSpecifiedTests] [-n | -s | -t ] [-r human|tap|junit|json] [-w ] [-y] [-v -c] @@ -677,7 +689,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Invoke Apex tests in an org. @@ -751,7 +764,7 @@ FLAG DESCRIPTIONS --tests Test1 --tests Test2 ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/run/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/run/test.ts)_ ## `sf apex tail log` @@ -759,7 +772,7 @@ Activate debug logging and display logs in the terminal. ``` USAGE - $ sf apex tail log -o [--api-version ] [-c] [-d | -s] + $ sf apex tail log -o [--flags-dir ] [--api-version ] [-c] [-d | -s] FLAGS -c, --color Apply default colors to noteworthy log lines. @@ -769,6 +782,9 @@ FLAGS -s, --skip-trace-flag Skip trace flag setup. Assumes that a trace flag and debug level are fully set up. --api-version= Override the api version used for api requests made by this command +GLOBAL FLAGS + --flags-dir= Import flag values from a directory. + DESCRIPTION Activate debug logging and display logs in the terminal. @@ -791,7 +807,7 @@ EXAMPLES $ sf apex tail log --color --skip-trace-flag ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/tail/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/tail/log.ts)_ ## `sf autocomplete [SHELL]` @@ -855,7 +871,7 @@ DESCRIPTION list all the commands ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.2.1/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.2.2/src/commands/commands.ts)_ ## `sf config get` @@ -863,13 +879,14 @@ Get the value of a configuration variable. ``` USAGE - $ sf config get [--json] [--verbose] + $ sf config get [--json] [--flags-dir ] [--verbose] FLAGS --verbose Display whether the configuration variables are set locally or globally. GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Get the value of a configuration variable. @@ -903,7 +920,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/get.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.1.0/src/commands/config/get.ts)_ ## `sf config list` @@ -911,10 +928,11 @@ List the configuration variables that you've previously set. ``` USAGE - $ sf config list [--json] + $ sf config list [--json] [--flags-dir ] GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION List the configuration variables that you've previously set. @@ -942,7 +960,7 @@ EXAMPLES $ sf config list ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/list.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.1.0/src/commands/config/list.ts)_ ## `sf config set` @@ -950,13 +968,14 @@ Set one or more configuration variables, such as your default org. ``` USAGE - $ sf config set [--json] [-g] + $ sf config set [--json] [--flags-dir ] [-g] FLAGS -g, --global Set the configuration variables globally, so they can be used from any Salesforce DX project. GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Set one or more configuration variables, such as your default org. @@ -1010,7 +1029,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/set.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.1.0/src/commands/config/set.ts)_ ## `sf config unset` @@ -1018,13 +1037,14 @@ Unset local or global configuration variables. ``` USAGE - $ sf config unset [--json] [-g] + $ sf config unset [--json] [--flags-dir ] [-g] FLAGS -g, --global Unset the configuration variables globally. GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Unset local or global configuration variables. @@ -1059,7 +1079,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/unset.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.1.0/src/commands/config/unset.ts)_ ## `sf data create record` @@ -1835,7 +1855,7 @@ Gather CLI configuration data and run diagnostic tests to discover and report po ``` USAGE - $ sf doctor [--json] [-c ] [-p ] [-d ] [-i] + $ sf doctor [--json] [--flags-dir ] [-c ] [-p ] [-d ] [-i] FLAGS -c, --command= Command to run in debug mode; results are written to a log file. @@ -1844,7 +1864,8 @@ FLAGS -p, --plugin= Specific plugin on which to run diagnostics. GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Gather CLI configuration data and run diagnostic tests to discover and report potential problems in your environment. @@ -1874,7 +1895,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.34/src/commands/doctor.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.1.0/src/commands/doctor.ts)_ ## `sf force data bulk delete` @@ -2036,7 +2057,7 @@ DESCRIPTION Display help for sf. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.19/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.20/src/commands/help.ts)_ ## `sf info releasenotes display` @@ -2044,13 +2065,14 @@ Display Salesforce CLI release notes on the command line. ``` USAGE - $ sf info releasenotes display [--json] [-v ] + $ sf info releasenotes display [--json] [--flags-dir ] [-v ] FLAGS -v, --version= CLI version or tag for which to display release notes. GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Display Salesforce CLI release notes on the command line. @@ -2075,7 +2097,7 @@ EXAMPLES $ sf info releasenotes display --version latest ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.34/src/commands/info/releasenotes/display.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.1.0/src/commands/info/releasenotes/display.ts)_ ## `sf lightning generate app` @@ -2083,7 +2105,8 @@ Generate a Lightning App. ``` USAGE - $ sf lightning generate app -n [--json] [-t DefaultLightningApp] [-d ] [--api-version ] + $ sf lightning generate app -n [--json] [--flags-dir ] [-t DefaultLightningApp] [-d ] [--api-version + ] FLAGS -d, --output-dir= [default: .] Directory for saving the created files. @@ -2093,7 +2116,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Generate a Lightning App. @@ -2128,7 +2152,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.0/src/commands/lightning/generate/app.ts)_ ## `sf lightning generate component` @@ -2136,8 +2160,8 @@ Generate a bundle for an Aura component or a Lightning web component. ``` USAGE - $ sf lightning generate component -n [--json] [-t default|analyticsDashboard|analyticsDashboardWithStep] [-d ] - [--api-version ] [--type aura|lwc] + $ sf lightning generate component -n [--json] [--flags-dir ] [-t + default|analyticsDashboard|analyticsDashboardWithStep] [-d ] [--api-version ] [--type aura|lwc] FLAGS -d, --output-dir= [default: .] Directory for saving the created files. @@ -2149,7 +2173,8 @@ FLAGS GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Generate a bundle for an Aura component or a Lightning web component. @@ -2196,7 +2221,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.0/src/commands/lightning/generate/component.ts)_ ## `sf lightning generate event` @@ -2204,7 +2229,8 @@ Generate a Lightning Event. ``` USAGE - $ sf lightning generate event -n [--json] [-t DefaultLightningEvt] [-d ] [--api-version ] + $ sf lightning generate event -n [--json] [--flags-dir ] [-t DefaultLightningEvt] [-d ] [--api-version + ] FLAGS -d, --output-dir= [default: .] Directory for saving the created files. @@ -2214,7 +2240,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Generate a Lightning Event. @@ -2249,7 +2276,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.0/src/commands/lightning/generate/event.ts)_ ## `sf lightning generate interface` @@ -2257,7 +2284,8 @@ Generate a Lightning Interface. ``` USAGE - $ sf lightning generate interface -n [--json] [-t DefaultLightningIntf] [-d ] [--api-version ] + $ sf lightning generate interface -n [--json] [--flags-dir ] [-t DefaultLightningIntf] [-d ] + [--api-version ] FLAGS -d, --output-dir= [default: .] Directory for saving the created files. @@ -2267,7 +2295,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Generate a Lightning Interface. @@ -2302,7 +2331,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.0/src/commands/lightning/generate/interface.ts)_ ## `sf lightning generate test` @@ -2310,7 +2339,8 @@ Generate a Lightning test. ``` USAGE - $ sf lightning generate test -n [--json] [-t DefaultLightningTest] [-d ] [--api-version ] + $ sf lightning generate test -n [--json] [--flags-dir ] [-t DefaultLightningTest] [-d ] + [--api-version ] FLAGS -d, --output-dir= [default: .] Directory for saving the created files. @@ -2320,7 +2350,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Generate a Lightning test. @@ -2355,7 +2386,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.0/src/commands/lightning/generate/test.ts)_ ## `sf org assign permset` @@ -2363,7 +2394,7 @@ Assign a permission set to one or more users of a scratch org. ``` USAGE - $ sf org assign permset -n -o [--json] [-b ] [--api-version ] + $ sf org assign permset -n -o [--json] [--flags-dir ] [-b ] [--api-version ] FLAGS -b, --on-behalf-of=... Username or alias to assign the permission set to. @@ -2372,7 +2403,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Assign a permission set to one or more users of a scratch org. @@ -2398,7 +2430,7 @@ EXAMPLES $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.4/src/commands/org/assign/permset.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.4.0/src/commands/org/assign/permset.ts)_ ## `sf org assign permsetlicense` @@ -2406,7 +2438,8 @@ Assign a permission set license to one or more users of a scratch org. ``` USAGE - $ sf org assign permsetlicense -n -o [--json] [-b ] [--api-version ] + $ sf org assign permsetlicense -n -o [--json] [--flags-dir ] [-b ] [--api-version + ] FLAGS -b, --on-behalf-of=... Usernames or alias to assign the permission set license to. @@ -2415,7 +2448,8 @@ FLAGS --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION Assign a permission set license to one or more users of a scratch org. @@ -2442,7 +2476,7 @@ EXAMPLES user3 ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.4/src/commands/org/assign/permsetlicense.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.4.0/src/commands/org/assign/permsetlicense.ts)_ ## `sf org create sandbox` @@ -2450,26 +2484,28 @@ Create a sandbox org. ``` USAGE - $ sf org create sandbox -o [--json] [-f ] [-s] [-a ] [-w | --async] [-i | ] [-n - ] [-c | -l Developer|Developer_Pro|Partial|Full] [--no-prompt] [--no-track-source] + $ sf org create sandbox -o [--json] [--flags-dir ] [-f ] [-s] [-a ] [-w | + --async] [-i | ] [-n ] [-c | -l Developer|Developer_Pro|Partial|Full] [--no-prompt] + [--no-track-source] FLAGS -a, --alias= Alias for the sandbox org. -c, --clone= Name of the sandbox org to clone. -f, --definition-file= Path to a sandbox definition file. - -i, --poll-interval= [default: [object Object]] Number of seconds to wait between retries. + -i, --poll-interval= Number of seconds to wait between retries. -l, --license-type=