Skip to content

Commit

Permalink
fix: mark commands as beta (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Aug 3, 2021
1 parent 684c76c commit cd44237
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"oclif": {
"bin": "sf",
"scope": "salesforce",
"state": "beta",
"topicSeparator": " ",
"commands": "./dist/commands",
"plugins": [
Expand Down Expand Up @@ -61,15 +62,15 @@
}
},
"dependencies": {
"@oclif/core": "^0.5.23",
"@oclif/core": "^0.5.28",
"@oclif/plugin-help": "^3.2.2",
"@oclif/plugin-not-found": "^2.1.1",
"@oclif/plugin-plugins": "^1.10.1",
"@sf/config": "npm:@salesforce/[email protected]",
"@sf/deploy-retrieve": "npm:@salesforce/[email protected].12",
"@sf/dr-metadata": "npm:@salesforce/[email protected].12",
"@sf/env": "npm:@salesforce/[email protected].16",
"@sf/login": "npm:@salesforce/[email protected].11",
"@sf/deploy-retrieve": "npm:@salesforce/[email protected].14",
"@sf/dr-metadata": "npm:@salesforce/[email protected].14",
"@sf/env": "npm:@salesforce/[email protected].18",
"@sf/login": "npm:@salesforce/[email protected].12",
"@sf/telemetry": "npm:@salesforce/[email protected]",
"tslib": "^2.3.0"
},
Expand Down
25 changes: 24 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.21", "@oclif/core@^0.5.23":
"@oclif/core@^0.5.21":
version "0.5.23"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.23.tgz#7cd14c9bb7ab9415228e38895310cfefcbea536f"
integrity sha512-VpoXCu4w+rtw4q5EgBCWhtf+zau6d3U6pjyF9RJpAwMUrypnShFqdy11qSdD5LvH5oC3cNGfR9RIwJSkUMG/Bw==
Expand Down Expand Up @@ -565,6 +565,29 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.28":
version "0.5.28"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.28.tgz#bb4c32f8f7cb0661db0aa8960c68e0f6d9c60e6a"
integrity sha512-t9jaGLRP5yJKwiMIzKmzYyP1eRxltWAY02lduUDp3d6cE+Dt2pcIGd7KtsOImKUWv+ClLI7O/CVHnMkOfNJvYA==
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/dev-cli@^1":
version "1.26.0"
resolved "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.0.tgz#e3ec294b362c010ffc8948003d3770955c7951fd"
Expand Down

0 comments on commit cd44237

Please sign in to comment.