From c4ac49d6ef8e42dff07eb16ff1abbab25451e326 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Mon, 13 Sep 2021 20:47:57 +0000 Subject: [PATCH] chore(release): 0.0.21 [ci skip] --- CHANGELOG.md | 7 +++++++ README.md | 12 +++++++++++- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e5a6e4..4a6f3430 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.21](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.20...v0.0.21) (2021-09-13) + + +### Bug Fixes + +* use sfcommand as base class ([#134](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/134)) ([6822bda](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/6822bda65df3ee4a212207f2d213336dac442578)) + ### [0.0.20](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v0.0.19...v0.0.20) (2021-09-08) diff --git a/README.md b/README.md index b6ef73a6..20dbf7f1 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,16 @@ sf plugins This command must be run from within a project. ``` +This command must be run from within a project. + +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. The list of orgs starts with scratch orgs, ordered by expiration date with the most recently created one first, and then Dev Hub and production orgs ordered by name. If the command finds Apex tests, it asks if you want to run them and at which level. + +The command stores your responses in the "deploy-options.json" file in your local project directory 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 deploy metadata", that provide additional flags. + USAGE $ sf deploy @@ -98,5 +108,5 @@ EXAMPLES sf deploy --interactive ``` -_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.19/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.20/src/commands/deploy.ts)_ diff --git a/package.json b/package.json index be5aeecb..8e38a665 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.20", + "version": "0.0.21", "author": "Salesforce", "bugs": "https://github.com/salesforcecli/cli/issues", "dependencies": {