Skip to content

Commit 88f935d

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.13 [ci skip]
1 parent 020de23 commit 88f935d

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
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.13](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.12...v0.0.13) (2021-07-28)
6+
7+
8+
### Bug Fixes
9+
10+
* add name of file that stores responses ([#94](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/94)) ([020de23](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/020de230486d49381d77b89dd4a055c17e798236))
11+
512
### [0.0.12](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.11...v0.0.12) (2021-07-28)
613

714

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ sf plugins
6161
## Commands
6262

6363
<!-- commands -->
64-
65-
- [`sf deploy`](#sf-deploy)
64+
* [`sf deploy`](#sf-deploy)
6665

6766
## `sf deploy`
6867

@@ -76,18 +75,18 @@ OPTIONS
7675
--interactive
7776
7877
DESCRIPTION
79-
The command first analyzes your project, your active or logged-into environments, and local defaults to determine what
80-
to deploy and where to deploy it. The command then prompts you for information about this particular deployment and
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
8180
provides intelligent choices based on its analysis.
8281
83-
For example, if your local project contains a source directory with metadata files in source format, the command asks
84-
if you want to deploy that Salesforce app to an org. The command lists your connected orgs and asks which one you want
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
8584
to deploy to. If the command finds Apex tests, it asks if you want to run them and at which level.
8685
87-
The command stores your responses in a local file and uses them as defaults when you rerun the command. Specify
88-
--interactive to force the command to reprompt.
86+
The command stores your responses in the "deploy-options.json" file in your local project directory and uses them as
87+
defaults when you rerun the command. Specify --interactive to force the command to reprompt.
8988
90-
Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific
89+
Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific
9190
commands, such as "sf deploy metadata", that provide additional flags.
9291
9392
EXAMPLES
@@ -97,6 +96,5 @@ EXAMPLES
9796
sf deploy --interactive
9897
```
9998

100-
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.11/src/commands/deploy.ts)_
101-
99+
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.12/src/commands/deploy.ts)_
102100
<!-- 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.12",
4+
"version": "0.0.13",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)