From 4c9ba87cda5e9f7b5c6c38d1e3a382dc07b4aada Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Mon, 19 Jul 2021 18:27:03 +0000 Subject: [PATCH] chore(release): 0.0.24 [ci skip] --- CHANGELOG.md | 7 ++ README.md | 191 ++++++++++++++++++++++++++++++--------------------- package.json | 2 +- 3 files changed, 119 insertions(+), 81 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82bcec8d..92f70c25 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.24](https://github.com/salesforcecli/cli/compare/v0.0.23...v0.0.24) (2021-07-19) + + +### Bug Fixes + +* bump deps ([bd7fd0b](https://github.com/salesforcecli/cli/commit/bd7fd0b3fcf5f811939ab3669f64dfadf9529cfd)) + ### [0.0.23](https://github.com/salesforcecli/cli/compare/v0.0.22...v0.0.23) (2021-07-15) diff --git a/README.md b/README.md index d646d587..0cfdd38e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (-v|--version|version) -@salesforce/cli/0.0.22 linux-x64 node-v14.17.3 +@salesforce/cli/0.0.23 linux-x64 node-v14.17.3 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -52,7 +52,7 @@ USAGE ## `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 @@ -64,20 +64,20 @@ FLAGS DESCRIPTION Deploy a project interactively to any Salesforce environment. - 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. + + 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 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. + 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. @@ -85,14 +85,20 @@ DESCRIPTION commands, such as "sf project deploy org", that provide additional flags. EXAMPLES - $ sf deploy + Deploy a project and use stored values from a previous command run: + + $ sf deploy + + Reprompt for all deployment inputs: + + $ sf deploy --interactive ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.8/src/commands/deploy.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.9/src/commands/deploy.ts)_ ## `sf deploy metadata` -You must run this command from wihin a project. +You must run this command from within a project. ``` USAGE @@ -100,46 +106,45 @@ USAGE NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [--wait ] FLAGS - -d, --deploy-dir=... Root of local directory tree of files to deploy. + -d, --deploy-dir=... Path to the local source files to deploy. -l, --test-level=