Skip to content

Commit

Permalink
chore(release): 0.0.34 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Aug 16, 2021
1 parent 59095cb commit f42842b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.34](https://github.com/salesforcecli/cli/compare/v0.0.33...v0.0.34) (2021-08-16)


### Bug Fixes

* bump oclif/core to .59 ([873a83a](https://github.com/salesforcecli/cli/commit/873a83a6074d40ceaedda45ef68556c3a35e1c65))

### [0.0.33](https://github.com/salesforcecli/cli/compare/v0.0.32...v0.0.33) (2021-08-12)


Expand Down
41 changes: 20 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ USAGE
# Commands

<!-- commands -->
* [`sf commands help [COMMAND]`](#sf-commands-help-command)
* [`sf config get`](#sf-config-get)
* [`sf config list`](#sf-config-list)
* [`sf config set`](#sf-config-set)
Expand All @@ -41,7 +42,6 @@ USAGE
* [`sf env display`](#sf-env-display)
* [`sf env list`](#sf-env-list)
* [`sf env open`](#sf-env-open)
* [`sf help [COMMAND]`](#sf-help-command)
* [`sf login`](#sf-login)
* [`sf login org`](#sf-login-org)
* [`sf login org jwt`](#sf-login-org-jwt)
Expand All @@ -55,6 +55,25 @@ USAGE
* [`sf plugins update`](#sf-plugins-update)
* [`sf retrieve metadata`](#sf-retrieve-metadata)

## `sf commands help [COMMAND]`

display help for sf

```
USAGE
$ sf commands help [COMMAND] [--json] [--all]
ARGUMENTS
COMMAND command to show help for
FLAGS
--all see all commands in CLI
--json Format output as json.
DESCRIPTION
display help for sf
```

## `sf config get`

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.
Expand Down Expand Up @@ -518,26 +537,6 @@ FLAG DESCRIPTIONS
Windows Edge. If you don’t specify --browser, the environment opens in your default browser.
```

## `sf help [COMMAND]`

display help for sf

```
USAGE
$ sf help [COMMAND] [--all]
ARGUMENTS
COMMAND command to show help for
FLAGS
--all see all commands in CLI
DESCRIPTION
display help for sf
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_

## `sf login`

Logging into an environment authorizes the CLI to run other commands that connect to that environment, such as deploying or retrieving metadata to and from an org.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "0.0.33",
"version": "0.0.34",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.29":
"@oclif/core@^0.5.28", "@oclif/core@^0.5.29":
version "0.5.29"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.29.tgz#97d02f6f06d94f457d494d6cb526d6bbcb37f7ec"
integrity sha512-v5MMxeTgEKbVcEl7D3jsTVL8Wy3lLTDj0KHX7cOmI751yfjdAOqy9frHQ6IXssxubDkBW6sXzbYN9Bw12zsBqg==
Expand Down Expand Up @@ -625,7 +625,7 @@
widest-line "^2.0.1"
wrap-ansi "^4.0.0"

"@oclif/plugin-help@^3", "@oclif/plugin-help@^3.2.0", "@oclif/plugin-help@^3.2.2":
"@oclif/plugin-help@^3", "@oclif/plugin-help@^3.2.0":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.2.tgz#063ee08cee556573a5198fbdfdaa32796deba0ed"
integrity sha512-SPZ8U8PBYK0n4srFjCLedk0jWU4QlxgEYLCXIBShJgOwPhTTQknkUlsEwaMIevvCU4iCQZhfMX+D8Pz5GZjFgA==
Expand All @@ -641,6 +641,13 @@
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/plugin-help@^4":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-4.0.0.tgz#ee56c68795e1fbeb30f98666a7cfdfa4e3f297ee"
integrity sha512-f6mFdKjMENVyV0GleGxqYz8ik/qYlWpuR1KyHIH9LUp6cc9jP6uxtAyQ5ygzG557KpuXbvGueYuiI602gr9QOg==
dependencies:
"@oclif/core" "^0.5.28"

"@oclif/plugin-not-found@^1.2.2":
version "1.2.4"
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz#160108c82f0aa10f4fb52cee4e0135af34b7220b"
Expand Down

0 comments on commit f42842b

Please sign in to comment.