1- # plugin-project
1+ # plugin-deploy-retrieve
22
33[ ![ NPM] ( https://img.shields.io/npm/v/@salesforce/plugin-deploy-retrieve.svg?label=@salesforce/plugin-deploy-retrieve )] ( https://www.npmjs.com/package/@salesforce/plugin-deploy-retrieve ) [ ![ CircleCI] ( https://circleci.com/gh/salesforcecli/plugin-deploy-retrieve/tree/main.svg?style=shield )] ( https://circleci.com/gh/salesforcecli/plugin-deploy-retrieve/tree/main ) [ ![ Downloads/week] ( https://img.shields.io/npm/dw/@salesforce/plugin-deploy-retrieve.svg )] ( https://npmjs.org/package/@salesforce/plugin-deploy-retrieve ) [ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-brightgreen.svg )] ( https://raw.githubusercontent.com/salesforcecli/plugin-deploy-retrieve/main/LICENSE.txt )
44
@@ -61,7 +61,8 @@ sf plugins
6161## Commands
6262
6363<!-- commands -->
64- * [ ` sf deploy ` ] ( #sf-deploy )
64+
65+ - [ ` sf deploy ` ] ( #sf-deploy )
6566
6667## ` sf deploy `
6768
@@ -75,18 +76,18 @@ OPTIONS
7576 --interactive
7677
7778DESCRIPTION
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
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
8081 provides intelligent choices based on its analysis.
8182
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
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
8485 to deploy to. If the command finds Apex tests, it asks if you want to run them and at which level.
8586
86- The command stores your responses in a local file and uses them as defaults when you rerun the command. Specify
87+ The command stores your responses in a local file and uses them as defaults when you rerun the command. Specify
8788 --interactive to force the command to reprompt.
8889
89- Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific
90+ Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific
9091 commands, such as "sf deploy metadata", that provide additional flags.
9192
9293EXAMPLES
@@ -97,4 +98,5 @@ EXAMPLES
9798```
9899
99100_ See code: [ src/commands/deploy.ts] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.11/src/commands/deploy.ts ) _
101+
100102<!-- commandsstop -->
0 commit comments