diff --git a/CHANGELOG.md b/CHANGELOG.md index 78208b11..fcf6e366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.0.9](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.8...v0.0.9) (2021-07-19) + + +### Bug Fixes + +* 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)) + ### [0.0.8](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.7...v0.0.8) (2021-07-15) diff --git a/README.md b/README.md index 7405704d..0d34442a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ sf plugins ## `sf deploy` -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. +This command must be run from within a project. ``` USAGE @@ -75,25 +75,30 @@ OPTIONS --interactive DESCRIPTION - For example, if your local project contains a package directory with metadata source files, the command asks if you - want to deploy that Salesforce app to an org. The command lists your connected orgs and asks which one you want to - deploy to. If the command finds Apex tests, it asks if you want to run them and at which level. + The command first analyzes your project, your active or logged-into environments, and local defaults to determine what + to deploy and where to deploy it. The command then prompts you for information about this particular deployment and + provides intelligent choices based on its analysis. + + For example, if your local project contains a source directory with metadata files in source format, the command asks + if you want to deploy that Salesforce app to an org. The command lists your connected orgs and asks which one you want + to deploy to. If the command finds Apex tests, it asks if you want to run them and at which level. Similarly, if the command finds a local functions directory, the command prompts if you want to deploy it and to which compute environment. The command prompts and connects you to a compute environment of your choice if you’re not currently connected to any. - This command must be run from within a project. - The command stores your responses in a local file and uses them as defaults when you rerun the command. Specify --interactive to force the command to reprompt. Use this command for quick and simple deploys. For more complicated deployments, use the environment-specific commands, such as "sf project deploy org", that provide additional flags. -EXAMPLE +EXAMPLES + Deploy a project and use stored values from a previous command run: sf deploy + Reprompt for all deployment inputs: + sf deploy --interactive ``` -_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.7/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.8/src/commands/deploy.ts)_ diff --git a/package.json b/package.json index c0cf0602..0b9faa06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-deploy-retrieve", "description": "deploy and retrieve commands for sf", - "version": "0.0.8", + "version": "0.0.9", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {