From 6fab6ba52ec27716a782359cb20a15ad23d2c212 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Tue, 27 Jul 2021 21:01:23 +0000 Subject: [PATCH] chore(release): 0.0.28 [ci skip] --- CHANGELOG.md | 2 ++ README.md | 78 ++++++++++++++++++++++++++++++++-------------------- package.json | 4 +-- yarn.lock | 20 +++++++------- 4 files changed, 62 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d6610b..c0373b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.28](https://github.com/salesforcecli/cli/compare/v0.0.27...v0.0.28) (2021-07-27) + ### [0.0.27](https://github.com/salesforcecli/cli/compare/v0.0.26...v0.0.27) (2021-07-26) ### [0.0.26](https://github.com/salesforcecli/cli/compare/v0.0.25...v0.0.26) (2021-07-22) diff --git a/README.md b/README.md index a817325b..ac37a9b6 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.27 linux-x64 node-v14.17.3 +@salesforce/cli/0.0.28 linux-x64 node-v14.17.3 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -63,10 +63,14 @@ USAGE $ sf config get [--json] [--verbose] FLAGS - --json format output as json - --verbose + --verbose Display whether the configuration variables are set locally or globally. + +GLOBAL FLAGS + --json format output as json DESCRIPTION + Get the value of a configuration variable. + Run "sf config list" to see all the configuration variables you've set. Global configuration variable are always displayed; local ones are displayed if you run the command in a project directory. @@ -88,10 +92,12 @@ Global configuration variables apply to any directory and are always displayed. USAGE $ sf config list [--json] -FLAGS +GLOBAL FLAGS --json format output as json DESCRIPTION + List the configuration variables that you've previously set. + Global configuration variables apply to any directory and are always displayed. If you run this command from a project directory, local configuration variables are also displayed. @@ -110,10 +116,14 @@ USAGE $ sf config set [--json] [-g] FLAGS - -g, --global - --json format output as json + -g, --global Set the configuration variables globally, so they can be used from any directory. + +GLOBAL FLAGS + --json format output as json DESCRIPTION + Set one or more configuration variables, such as your default environment. + Use configuration variables to set CLI defaults, such as your default environment or the API version you want the CLI to use. For example, if you set the "target-org" configuration variable, you don't need to specify it as a "sf deploy metadata" flag if you're deploying to your default org. @@ -158,10 +168,14 @@ USAGE $ sf config unset [--json] [-g] FLAGS - -g, --global - --json format output as json + -g, --global Unset the configuration variables globally, so they can no longer be used from any directory. + +GLOBAL FLAGS + --json format output as json DESCRIPTION + Unset local or global configuration variables. + Local configuration variables apply only to your current project. Global configuration variables apply in any directory. @@ -376,7 +390,7 @@ EXAMPLES ## `sf env list` -By default, the command displays only active environments. For orgs, active means unexpired scratch orgs and orgs you’re currently logged into. For compute environments, active means the environments connected to orgs you’re currently logged into. Use the --all flag to list expired or deleted scratch orgs and compute environments that aren’t connected to logged-in orgs. Warning: the latter list could be very long. +The command displays only active environments. For orgs, active means unexpired scratch orgs and orgs you’re currently logged into. ``` USAGE @@ -385,16 +399,16 @@ USAGE FLAGS -x, --extended Show extra columns. - --columns=... Only show provided columns. + --columns=... List of columns to display. --csv Output in csv format [alias: --output=csv] --filter= Filter property by partial string matching. --no-header Hide table header from output. - --no-truncate Do not truncate output to fit screen. + --no-truncate Don't truncate output to fit screen. - --output=