Skip to content

Commit 6f87906

Browse files
authored
Merge pull request #188 from salesforcecli/ew/parking-orbit-tweaks
Parking orbit cleanup
2 parents bd893ca + 00d9034 commit 6f87906

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To add this to your plugin to catch warning at development time, add it as a dev
4242
Then you can run this in your plugin's CI.
4343

4444
```sh-session
45-
./bin/run commandreference --plugins <name-of-your-plugin> --error-on-warnings
45+
./bin/dev commandreference --plugins <name-of-your-plugin> --error-on-warnings
4646
```
4747

4848
## Local Development

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"husky": "^7.0.4",
3939
"mocha": "^9.1.3",
4040
"nyc": "^15.1.0",
41-
"oclif": "^3.2.27",
41+
"oclif": "^3.2.28",
4242
"prettier": "^2.7.1",
4343
"pretty-quick": "^3.1.3",
4444
"salesforce-alm": "^54.8.3",
@@ -98,4 +98,4 @@
9898
"publishConfig": {
9999
"access": "public"
100100
}
101-
}
101+
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@
856856
fast-levenshtein "^3.0.0"
857857
lodash "^4.17.21"
858858

859-
"@oclif/plugin-warn-if-update-available@^2.0.13":
859+
"@oclif/plugin-warn-if-update-available@^2.0.14":
860860
version "2.0.14"
861861
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.14.tgz#f9142095f13c5e8300705533165ae039daa0c5f8"
862862
integrity sha512-gEgFZuNtFx3yPfSuxhAm9F8nLZ4+UnBJhbjTywY0Cvrqvd+OvKvo6PfwRm0lWmH4EgWwQEq39pfaks1fg+y1gw==
@@ -7735,15 +7735,15 @@ object.values@^1.1.5:
77357735
define-properties "^1.1.3"
77367736
es-abstract "^1.19.1"
77377737

7738-
oclif@^3.2.27:
7739-
version "3.2.27"
7740-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.27.tgz#3028bc2bcd87aa8762779feec71ba74d5dd94f19"
7741-
integrity sha512-tMKEitC/fVki5mYx8D41qDuOymf24V/UGdkT04dTwtSkoMa/alGxERS2Oa/G/7Q0pfCGl9I5vi5WFuV2rY1ehQ==
7738+
oclif@^3.2.28:
7739+
version "3.2.28"
7740+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.28.tgz#a10ea7b4bc08344a46c9fbdee7c6c16fa4d19538"
7741+
integrity sha512-A5TxuGe5bDiCwxg0JvmhKnvEmdA6rPSeIUdkNOuxgGV696YAafR2ClCG4sku7WzB5anl01/ijtmyhfNegd0vhw==
77427742
dependencies:
77437743
"@oclif/core" "^1.20.4"
77447744
"@oclif/plugin-help" "^5.1.16"
77457745
"@oclif/plugin-not-found" "^2.3.7"
7746-
"@oclif/plugin-warn-if-update-available" "^2.0.13"
7746+
"@oclif/plugin-warn-if-update-available" "^2.0.14"
77477747
aws-sdk "^2.1231.0"
77487748
concurrently "^7.5.0"
77497749
debug "^4.3.3"

0 commit comments

Comments
 (0)