@salesforce/cli 1.22.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.24.0](https://github.com/salesforcecli/cli/compare/v1.23.0...v1.24.0) (2022-04-13)
6
+
7
+ ## [1.23.0](https://github.com/salesforcecli/cli/compare/v1.22.1...v1.23.0) (2022-04-06)
8
+
9
+ ### [1.22.1](https://github.com/salesforcecli/cli/compare/v1.22.0...v1.22.1) (2022-04-06)
10
+
5
11
  ## [1.22.0](https://github.com/salesforcecli/cli/compare/v1.21.0...v1.22.0) (2022-03-31)
6
12
 
7
13
  ## [1.21.0](https://github.com/salesforcecli/cli/compare/v1.20.0...v1.21.0) (2022-03-30)
package/README.md CHANGED
@@ -31,7 +31,7 @@ $ npm install -g @salesforce/cli
31
31
  $ sf COMMAND
32
32
  running command...
33
33
  $ sf (--version|-v)
34
- @salesforce/cli/1.22.0 linux-x64 node-v14.19.1
34
+ @salesforce/cli/1.24.0 linux-x64 node-v14.19.1
35
35
  $ sf --help [COMMAND]
36
36
  USAGE
37
37
  $ sf COMMAND
@@ -327,7 +327,7 @@ EXAMPLES
327
327
  $ sf deploy --interactive
328
328
  ```
329
329
 
330
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.2.0/src/commands/deploy.ts)_
330
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.3.0/src/commands/deploy.ts)_
331
331
 
332
332
  ## `sf deploy functions`
333
333
 
@@ -361,7 +361,7 @@ FLAGS
361
361
  -m, --metadata=<value>... Metadata component names to deploy.
362
362
  -o, --target-org=<value> Login username or alias for the target org.
363
363
  -r, --ignore-errors Ignore any errors and don’t roll back deployment.
364
- -t, --tests=<value>... [default: ] Apex tests to run when --test-level is RunSpecifiedTests.
364
+ -t, --tests=<value>... Apex tests to run when --test-level is RunSpecifiedTests.
365
365
  -w, --wait=<minutes> [default: [object Object]] Number of minutes to wait for command to complete and display
366
366
  results.
367
367
  -x, --manifest=<value> Full file path for manifest (package.xml) of components to deploy.
@@ -486,7 +486,7 @@ FLAG DESCRIPTIONS
486
486
 
487
487
  CONFIGURATION VARIABLES
488
488
  target-org Username or alias of the org that all commands run against by default. (sf only)
489
- apiVersion API version of your project. Default: API version of your Dev Hub org.
489
+ apiVersion API version of your project. Default: API version of your Dev Hub org. (sfdx only)
490
490
 
491
491
  ENVIRONMENT VARIABLES
492
492
  SF_TARGET_ORG Username or alias of your default org. Overrides the target-org configuration variable.
@@ -1766,7 +1766,7 @@ FLAG DESCRIPTIONS
1766
1766
 
1767
1767
  CONFIGURATION VARIABLES
1768
1768
  target-org Username or alias of the org that all commands run against by default. (sf only)
1769
- apiVersion API version of your project. Default: API version of your Dev Hub org.
1769
+ apiVersion API version of your project. Default: API version of your Dev Hub org. (sfdx only)
1770
1770
 
1771
1771
  ENVIRONMENT VARIABLES
1772
1772
  SF_TARGET_ORG Username or alias of your default org. Overrides the target-org configuration variable.