Skip to content

Commit

Permalink
chore(release): 0.0.33 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Aug 12, 2021
1 parent 2c22de9 commit f32f7b9
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 167 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.33](https://github.com/salesforcecli/cli/compare/v0.0.32...v0.0.33) (2021-08-12)


### Bug Fixes

* force release ([2c22de9](https://github.com/salesforcecli/cli/commit/2c22de9996a023159e62c19932cf1775db5a4a4c))

### [0.0.32](https://github.com/salesforcecli/cli/compare/v0.0.31...v0.0.32) (2021-08-11)

### [0.0.31](https://github.com/salesforcecli/cli/compare/v0.0.30...v0.0.31) (2021-08-05)
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (-v|--version|version)
@salesforce/cli/0.0.31 linux-x64 node-v14.17.5
@salesforce/cli/0.0.33 linux-x64 node-v14.17.5
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -67,7 +67,7 @@ FLAGS
--verbose Display whether the configuration variables are set locally or globally.
GLOBAL FLAGS
--json format output as json
--json Format output as json.
DESCRIPTION
Get the value of a configuration variable.
Expand All @@ -94,7 +94,7 @@ USAGE
$ sf config list [--json]
GLOBAL FLAGS
--json format output as json
--json Format output as json.
DESCRIPTION
List the configuration variables that you've previously set.
Expand All @@ -120,7 +120,7 @@ FLAGS
-g, --global Set the configuration variables globally, so they can be used from any directory.
GLOBAL FLAGS
--json format output as json
--json Format output as json.
DESCRIPTION
Set one or more configuration variables, such as your default environment.
Expand Down Expand Up @@ -172,7 +172,7 @@ FLAGS
-g, --global Unset the configuration variables globally, so they can no longer be used from any directory.
GLOBAL FLAGS
--json format output as json
--json Format output as json.
DESCRIPTION
Unset local or global configuration variables.
Expand Down Expand Up @@ -230,7 +230,7 @@ EXAMPLES
$ sf deploy --interactive
```

_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.15/src/commands/deploy.ts)_
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v0.0.16/src/commands/deploy.ts)_

## `sf deploy metadata`

Expand Down Expand Up @@ -567,7 +567,7 @@ EXAMPLES
$ sf login
```

_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v0.0.15/src/commands/login.ts)_
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v0.0.16/src/commands/login.ts)_

## `sf login org`

Expand Down Expand Up @@ -762,7 +762,7 @@ EXAMPLES
$ sf logout --noprompt
```

_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v0.0.15/src/commands/logout.ts)_
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v0.0.16/src/commands/logout.ts)_

## `sf logout org`

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"@oclif/plugin-help": "^3.2.2",
"@oclif/plugin-not-found": "^2.1.1",
"@oclif/plugin-plugins": "^1.10.1",
"@sf/config": "npm:@salesforce/plugin-config@2.0.8",
"@sf/deploy-retrieve": "npm:@salesforce/[email protected].15",
"@sf/dr-metadata": "npm:@salesforce/[email protected].19",
"@sf/env": "npm:@salesforce/[email protected].21",
"@sf/login": "npm:@salesforce/[email protected].15",
"@sf/config": "npm:@salesforce/plugin-config@2.1.1",
"@sf/deploy-retrieve": "npm:@salesforce/[email protected].16",
"@sf/dr-metadata": "npm:@salesforce/[email protected].20",
"@sf/env": "npm:@salesforce/[email protected].23",
"@sf/login": "npm:@salesforce/[email protected].16",
"@sf/telemetry": "npm:@salesforce/[email protected]",
"tslib": "^2.3.0"
},
Expand Down
189 changes: 35 additions & 154 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,52 +519,6 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.24":
version "0.5.24"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.24.tgz#b055c42c4960f91c67515b4fd8de209ce2d6fa18"
integrity sha512-HdV6brdfzPNVZtXse2VnI7Dfq28tFsfe9tBuYJRyJNTXnHNdYc8jiuWmRxGRGJRb20kmvqzHqAjH5vxVWQe9Sw==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-ux "^5.1.0"
debug "^4.1.1"
fs-extra "^9.0.1"
get-package-type "^0.1.0"
globby "^11.0.1"
indent-string "^4.0.0"
is-wsl "^2.1.1"
lodash.template "^4.4.0"
semver "^7.3.2"
string-width "^4.2.0"
strip-ansi "^6.0.0"
tslib "^2.0.0"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.26":
version "0.5.26"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.26.tgz#9fe166a70aec59308f6fa12540fc6eee88246b8a"
integrity sha512-huHSYO67jbhh4SJda8xB8ia9G/i7jpfNpI7NwGnHv5RLyeoA3DcPNr1bU8wwvvD4+xKk2u7XjjKFtoR2sZR4eA==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-ux "^5.1.0"
debug "^4.1.1"
fs-extra "^9.0.1"
get-package-type "^0.1.0"
globby "^11.0.1"
indent-string "^4.0.0"
is-wsl "^2.1.1"
lodash.template "^4.4.0"
semver "^7.3.2"
string-width "^4.2.0"
strip-ansi "^6.0.0"
tslib "^2.0.0"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.28":
version "0.5.28"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.28.tgz#bb4c32f8f7cb0661db0aa8960c68e0f6d9c60e6a"
Expand Down Expand Up @@ -898,73 +852,10 @@
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/[email protected]":
version "3.3.11"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.3.11.tgz#d61e37c787753cae25165361683f55dc79fa62ce"
integrity sha512-QKmrrtcdxt5FswT6uFAcs/keRMFZxR/oEhkrflsSPGy6OZsZfSNyVwaKl1npKgv1JuZGeXsUrErTNqw1UyRsVw==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.13"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
jsforce "^1.10.1"
jsonwebtoken "8.5.0"
mkdirp "1.0.4"
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/[email protected]", "@salesforce/core@v3-beta":
version "3.3.12"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.3.12.tgz#3eda0adbf3702441ac5ec80c513a6a50e5084f25"
integrity sha512-INIo91KD0pmSOIf7SSAJrurljOZ44b4XJadCB73okwkCxsQ+HZrWfI+1jd3oa36jSkxc3mRVr3e8+4WZppiNEQ==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.13"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
jsforce "^1.10.1"
jsonwebtoken "8.5.0"
mkdirp "1.0.4"
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/[email protected]":
version "3.3.5"
resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.3.5.tgz#caa40e618c7c53d158336ce2d9a292d340982c0b"
integrity sha512-PwhErCgZVj8ho0svqL37XCWWngY7m58+28p+Lxm451uZ11NywrY7cgP6k7WE6vs5js81lBTvToSjesEWAZKPKg==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.13"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
jsforce "^1.10.1"
jsonwebtoken "8.5.0"
mkdirp "1.0.4"
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/[email protected]":
version "3.3.8"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.3.8.tgz#43ca69f58ae7ec763a3523b94b7a5f14062c3ec8"
integrity sha512-+J2JAnKDsMogpmJuBQtcid8Ol8ASu1Dl+tMPUgNLMdc+EXIzxINx8uE+aIvtmx0bhKyIZIrN0PLFKzWnSOGXYw==
"@salesforce/[email protected]":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.4.1.tgz#5a1c5877aedf1a0f7abe57dc497eef2e302ca4a3"
integrity sha512-lT947EuelNbR21+9B62zLrNKPupM9P63B69Xi5ZKVaDEsZtk5VZM8mag7v7i5KQUS+VAM2SYVsjpq8xc3q+GRw==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
Expand Down Expand Up @@ -1067,16 +958,6 @@
cli-ux "^5.6.2"
inquirer "^8.1.1"

"@salesforce/plugin-deploy-retrieve-utils@^0.0.9":
version "0.0.9"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve-utils/-/plugin-deploy-retrieve-utils-0.0.9.tgz#b663d8f2653ce5ee0f37c34ea3dcd226c4daba36"
integrity sha512-hZ5zjht94Ttnie8FirGkYf5/qE0QHKhi0fzeCsdwHOuqkpdQcuxAgSuOx9GLg1XaWPAYJYlukYwRqBLA+FsQgg==
dependencies:
"@salesforce/kit" "^1.5.8"
"@salesforce/ts-types" "^1.5.13"
cli-ux "^5.6.2"
inquirer "^8.1.1"

"@salesforce/plugin-release-management@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-2.0.0.tgz#edbc6c5baa3ddcd1a55dc00cfb8b3f0125991da7"
Expand Down Expand Up @@ -1150,60 +1031,60 @@
dependencies:
tslib "^2.2.0"

"@sf/config@npm:@salesforce/plugin-config@2.0.8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-config/-/plugin-config-2.0.8.tgz#5d66179107aba62f8c32f36db15d9bd34a112a65"
integrity sha512-Rg5LRXIS02kw0d03EiPjZsU2F4Bt+2L60WBa4CJUwtY4K8baUPWqi4LCrYlVQqkslJ6ZGTQg8cUqqPT5E3FK4w==
"@sf/config@npm:@salesforce/plugin-config@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-config/-/plugin-config-2.1.1.tgz#50e0ca507b30de5a3d1ee515a3c9af7b0e94e378"
integrity sha512-5KA3zC4r+aIvNxhJ5beg3YkoCNY/hRCJAfjEB4NpZaFmauBRBXwUxFUAEfFzEiJgcH4VHCFhQx2aGcEnY6hfkA==
dependencies:
"@oclif/core" "^0.5.26"
"@salesforce/core" "3.3.8"
"@oclif/core" "^0.5.29"
"@salesforce/core" "3.4.1"
chalk "^4.1.1"
cli-ux "^5.6.3"
tslib "^2"

"@sf/deploy-retrieve@npm:@salesforce/[email protected].15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-0.0.15.tgz#c56b4213563ce676a983d9526c21b3fb5a94cbdf"
integrity sha512-Ghyf05+zB4CwOelRMTLGDCMDyOMbnfOwPVY4CdBnK8imALmCiaKrak04qinf1q2Q5oNOwBe4d/02gA/IeScVVA==
"@sf/deploy-retrieve@npm:@salesforce/[email protected].16":
version "0.0.16"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-0.0.16.tgz#743a5529a59598eb4874bcd1a5f0bf14b27d23a8"
integrity sha512-FKSXDM3+TCSmvl7p9fpMNkObSSkUFYWnG/ey+Izy5MEWpGVl3c97X9RQNIRe2agXvteebOJXvOVXMRc50oA8ew==
dependencies:
"@oclif/core" "^0.5.24"
"@salesforce/core" "3.3.5"
"@salesforce/plugin-deploy-retrieve-utils" "^0.0.9"
"@oclif/core" "^0.5.29"
"@salesforce/core" "3.4.1"
"@salesforce/plugin-deploy-retrieve-utils" "^0.0.10"
tslib "^2"

"@sf/dr-metadata@npm:@salesforce/[email protected].19":
version "0.0.19"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve-metadata/-/plugin-deploy-retrieve-metadata-0.0.19.tgz#e911d381e1ee0bf323aed9077e907caa8718f105"
integrity sha512-mHYmPy+tqZAW+wbcvvRGF4JMayoyxVhwUuJ7RRlXjs2QwQjd3p6hRo6hRcaa18bzjMFqhRIgGMaI5A74nYRMhQ==
"@sf/dr-metadata@npm:@salesforce/[email protected].20":
version "0.0.20"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve-metadata/-/plugin-deploy-retrieve-metadata-0.0.20.tgz#1f2bc026f92aa48ce6c32857506adf7975364a72"
integrity sha512-R9jvUZFkbIn3JpDonGdMiBaxTin8qQ9vyNYcV1QAY9eHgNPwpHnvCjBKQ/Of4KdLdjRLQEKp5jA9Q9AGHT/4vw==
dependencies:
"@oclif/core" "^0.5.29"
"@salesforce/core" "3.3.12"
"@salesforce/core" "3.4.1"
"@salesforce/plugin-deploy-retrieve-utils" "^0.0.10"
"@salesforce/source-deploy-retrieve" "^4.0.1"
chalk "^4.1.2"
cli-ux "^5.5.1"
tslib "^2"

"@sf/env@npm:@salesforce/[email protected].21":
version "0.0.21"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-0.0.21.tgz#f317a968550189935e1baa2fd50b3d8197febbf2"
integrity sha512-M5exRDsXzobyaCPkcrXo7ze2OW3vj5p0i3UN+L6Mh/P5LV31WmR9z3SP0IGR11RvcUa5hBiKvfZ0SPYhG85drw==
"@sf/env@npm:@salesforce/[email protected].23":
version "0.0.23"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-0.0.23.tgz#cbb3871541f5759cf95d0389cd50f2e94a59b682"
integrity sha512-/IxqsH4C20sQmggClv+YG0xSvS6DiikiJNfemL29qTRtPZ0QLrRDpyIdN6M/s2VsPn3Y1UJkQa3/BeM0pho/yw==
dependencies:
"@oclif/core" "^0.5.29"
"@salesforce/core" v3-beta
"@salesforce/core" "3.4.1"
cli-ux "^5.6.3"
open "^8.2.0"
tslib "^2"

"@sf/login@npm:@salesforce/[email protected].15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-login/-/plugin-login-0.0.15.tgz#649de34a37a448f72c0d429dc07dff0eb0efb734"
integrity sha512-2aYc6UMjjdr/n6stSgc744xkuPqluOYX5CoHVwKM/ygVtggz3CJP8jfugAT+CVoSQ0GR6lsgVW4zGynTgBWOuw==
"@sf/login@npm:@salesforce/[email protected].16":
version "0.0.16"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-login/-/plugin-login-0.0.16.tgz#a9bcc6ee6ad375b601a328feda1f5077fa75a55f"
integrity sha512-bLuBE9IThAy633miLyYBU7gUbWSnfR6K1Ofuka9j2YxTg9INT7hNuakLmadsu3u6If4q4Hl199fb9l4ohZG08g==
dependencies:
"@oclif/core" "^0.5.28"
"@salesforce/core" "3.3.11"
"@oclif/core" "^0.5.29"
"@salesforce/core" "3.4.1"
chalk "^4.1.2"
inquirer "^8.0.0"
inquirer "^8.1.2"
open "^8.0.6"
tslib "^2"

Expand Down Expand Up @@ -5094,7 +4975,7 @@ inquirer@^7.1.0:
strip-ansi "^6.0.0"
through "^2.3.6"

inquirer@^8.0.0, inquirer@^8.1.1:
inquirer@^8.1.1, inquirer@^8.1.2:
version "8.1.2"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.1.2.tgz#65b204d2cd7fb63400edd925dfe428bafd422e3d"
integrity sha512-DHLKJwLPNgkfwNmsuEUKSejJFbkv0FMO9SMiQbjI3n5NQuCrSIBqP66ggqyz2a6t2qEolKrMjhQ3+W/xXgUQ+Q==
Expand Down

0 comments on commit f32f7b9

Please sign in to comment.