Skip to content

Commit 97ece5c

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.11 [ci skip]
1 parent 595fdd8 commit 97ece5c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [0.0.11](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.10...v0.0.11) (2021-07-27)
6+
57
### [0.0.10](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.9...v0.0.10) (2021-07-22)
68

79

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,11 @@ DESCRIPTION
8383
if you want to deploy that Salesforce app to an org. The command lists your connected orgs and asks which one you want
8484
to deploy to. If the command finds Apex tests, it asks if you want to run them and at which level.
8585
86-
Similarly, if the command finds a local functions directory, the command prompts if you want to deploy it and to which
87-
compute environment. The command prompts and connects you to a compute environment of your choice if you’re not
88-
currently connected to any.
89-
9086
The command stores your responses in a local file and uses them as defaults when you rerun the command. Specify
9187
--interactive to force the command to reprompt.
9288
9389
Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific
94-
commands, such as "sf project deploy org", that provide additional flags.
90+
commands, such as "sf deploy metadata", that provide additional flags.
9591
9692
EXAMPLES
9793
Deploy a project and use stored values from a previous command run:
@@ -100,5 +96,5 @@ EXAMPLES
10096
sf deploy --interactive
10197
```
10298

103-
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.9/src/commands/deploy.ts)_
99+
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.10/src/commands/deploy.ts)_
104100
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-deploy-retrieve",
33
"description": "deploy and retrieve commands for sf",
4-
"version": "0.0.10",
4+
"version": "0.0.11",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)