From 695c19ab2060084cf88eeae4ae7328f4f3e11bdc Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Tue, 13 Jul 2021 19:07:39 +0000 Subject: [PATCH] chore(release): 0.0.16 [ci skip] --- CHANGELOG.md | 2 + README.md | 242 +++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 187 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a45b0c..bd5ab610 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.16](https://github.com/salesforcecli/cli/compare/v0.0.15...v0.0.16) (2021-07-13) + ### [0.0.15](https://github.com/salesforcecli/cli/compare/v0.0.14...v0.0.15) (2021-07-12) ### [0.0.14](https://github.com/salesforcecli/cli/compare/v0.0.13...v0.0.14) (2021-07-12) diff --git a/README.md b/README.md index c20fde9f..d3e815aa 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.15 linux-x64 node-v14.17.3 +@salesforce/cli/0.0.16 linux-x64 node-v14.17.3 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -77,7 +77,9 @@ USAGE FLAGS -a, --setalias= alias for the created environment -o, --connected-org= username or alias for the org that the compute environment should be connected to - --json format output as json + +GLOBAL FLAGS + --json format output as json DESCRIPTION create a compute environment for use with Salesforce Functions @@ -99,9 +101,11 @@ USAGE $ sf env delete -e [--json] [-c ] FLAGS - -c, --confirm=name confirmation name + -c, --confirm=name... confirmation name -e, --environment= (required) environment name - --json format output as json + +GLOBAL FLAGS + --json format output as json DESCRIPTION delete an environment @@ -122,9 +126,11 @@ USAGE FLAGS -e, --environment= (required) environment name - --json format output as json --verbose verbose display output +GLOBAL FLAGS + --json format output as json + DESCRIPTION display details for an environment @@ -141,13 +147,13 @@ USAGE $ sf env list [-j] [--all] [-t org|scratchorg|compute] FLAGS - -j, --json output list in JSON format + -j, --json output list in JSON format - -t, --environment-type=