@salesforce/cli 1.22.0 → 1.22.1
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 +2 -0
- package/README.md +4 -4
- package/npm-shrinkwrap.json +2214 -1901
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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.22.1](https://github.com/salesforcecli/cli/compare/v1.22.0...v1.22.1) (2022-04-06)
|
|
6
|
+
|
|
5
7
|
## [1.22.0](https://github.com/salesforcecli/cli/compare/v1.21.0...v1.22.0) (2022-03-31)
|
|
6
8
|
|
|
7
9
|
## [1.21.0](https://github.com/salesforcecli/cli/compare/v1.20.0...v1.21.0) (2022-03-30)
|
package/README.md
CHANGED
|
@@ -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.
|
|
330
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.2.1/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>...
|
|
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.
|