Skip to content

Commit 5c578d5

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.9 [ci skip]
1 parent a7cf8bd commit 5c578d5

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.9](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.8...v0.0.9) (2021-07-19)
6+
7+
8+
### Bug Fixes
9+
10+
* minor updates to the --help ([#85](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/85)) ([a7cf8bd](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/a7cf8bd77b9bc35f72c20b11010ae3855203f9b2))
11+
512
### [0.0.8](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.7...v0.0.8) (2021-07-15)
613

714

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sf plugins
6565

6666
## `sf deploy`
6767

68-
The command first analyzes your project, active or logged-into environments, and local defaults to determine what to deploy and where. The command then prompts you for information about this particular deployment and provides intelligent choices based on its analysis.
68+
This command must be run from within a project.
6969

7070
```
7171
USAGE
@@ -75,25 +75,30 @@ OPTIONS
7575
--interactive
7676
7777
DESCRIPTION
78-
For example, if your local project contains a package directory with metadata source files, the command asks if you
79-
want to deploy that Salesforce app to an org. The command lists your connected orgs and asks which one you want to
80-
deploy to. If the command finds Apex tests, it asks if you want to run them and at which level.
78+
The command first analyzes your project, your active or logged-into environments, and local defaults to determine what
79+
to deploy and where to deploy it. The command then prompts you for information about this particular deployment and
80+
provides intelligent choices based on its analysis.
81+
82+
For example, if your local project contains a source directory with metadata files in source format, the command asks
83+
if you want to deploy that Salesforce app to an org. The command lists your connected orgs and asks which one you want
84+
to deploy to. If the command finds Apex tests, it asks if you want to run them and at which level.
8185
8286
Similarly, if the command finds a local functions directory, the command prompts if you want to deploy it and to which
8387
compute environment. The command prompts and connects you to a compute environment of your choice if you’re not
8488
currently connected to any.
8589
86-
This command must be run from within a project.
87-
8890
The command stores your responses in a local file and uses them as defaults when you rerun the command. Specify
8991
--interactive to force the command to reprompt.
9092
9193
Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific
9294
commands, such as "sf project deploy org", that provide additional flags.
9395
94-
EXAMPLE
96+
EXAMPLES
97+
Deploy a project and use stored values from a previous command run:
9598
sf deploy
99+
Reprompt for all deployment inputs:
100+
sf deploy --interactive
96101
```
97102

98-
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.7/src/commands/deploy.ts)_
103+
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.8/src/commands/deploy.ts)_
99104
<!-- 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.8",
4+
"version": "0.0.9",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)