Skip to content

Commit b2701e0

Browse files
committed
chore: parking orbit cleanup
1 parent f953ab6 commit b2701e0

File tree

5 files changed

+17
-41
lines changed

5 files changed

+17
-41
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ yarn install
5858
yarn build
5959
```
6060

61-
To use your plugin, run using the local `./bin/run` or `./bin/run.cmd` file.
61+
To use your plugin, run using the local `./bin/dev` or `./bin/dev.cmd` file.
6262

6363
```bash
6464
# Run using local run file.
65-
./bin/run force:org:list
65+
./bin/dev force:org:list
6666
```
6767

6868
There should be no differences when running via the Salesforce CLI or using the local run file. However, it can be useful to link the plugin to do some additional testing or run your commands from anywhere on your machine.

bin/run

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#!/usr/bin/env node
22

3-
const oclif = require('@oclif/core');
4-
5-
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'));
3+
require('@oclif/core').run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'));

command-snapshot.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11
[
2-
{
3-
"command": "force:org:beta:create",
4-
"plugin": "@salesforce/plugin-org",
5-
"flags": [
6-
"apiversion",
7-
"clientid",
8-
"definitionfile",
9-
"durationdays",
10-
"json",
11-
"loglevel",
12-
"noancestors",
13-
"nonamespace",
14-
"retry",
15-
"setalias",
16-
"setdefaultusername",
17-
"targetdevhubusername",
18-
"targetusername",
19-
"type",
20-
"wait"
21-
],
22-
"alias": ["force:org:beta:create"]
23-
},
242
{
253
"command": "force:org:clone",
264
"plugin": "@salesforce/plugin-org",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tslib": "^2"
1515
},
1616
"devDependencies": {
17-
"@oclif/plugin-command-snapshot": "^3.2.8",
17+
"@oclif/plugin-command-snapshot": "^3.2.11",
1818
"@oclif/test": "^2.2.10",
1919
"@salesforce/cli-plugins-testkit": "^3.2.6",
2020
"@salesforce/dev-config": "^3.1.0",
@@ -41,7 +41,7 @@
4141
"mocha": "^9.1.3",
4242
"moment": "^2.29.1",
4343
"nyc": "^15.1.0",
44-
"oclif": "^3.2.27",
44+
"oclif": "^3.2.28",
4545
"prettier": "^2.7.1",
4646
"pretty-quick": "^3.1.0",
4747
"shelljs": "^0.8.5",
@@ -113,4 +113,4 @@
113113
"publishConfig": {
114114
"access": "public"
115115
}
116-
}
116+
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -818,12 +818,12 @@
818818
chalk "^4.1.0"
819819
tslib "^2.3.1"
820820

821-
"@oclif/plugin-command-snapshot@^3.2.8":
822-
version "3.2.8"
823-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.8.tgz#f34fd6dbace0f270cf2cf1f22f7fe226972065c7"
824-
integrity sha512-9/9Vw+ZHEEByqnv0EHPl68yvO8rTTuiIMCS/oZG+fVsGD48QrnxgAlDstcAzFwFavqx0tJJeo+Rhe2+Q3CoPGA==
821+
"@oclif/plugin-command-snapshot@^3.2.11":
822+
version "3.2.11"
823+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.11.tgz#92bb7d806521b437a10b84098c77a20e43c251a5"
824+
integrity sha512-6ytjcdvMj6Vgfu01JxHiUMqkkelAtGQq6KB96VolZJFgHWvPqL0Pvmedqynp33pgr+epWPs+b2weck2ixKcpqg==
825825
dependencies:
826-
"@oclif/core" "^1.20.0"
826+
"@oclif/core" "^1.20.4"
827827
chalk "^4.1.2"
828828
just-diff "^5.1.1"
829829
lodash "^4.17.21"
@@ -865,7 +865,7 @@
865865
fast-levenshtein "^3.0.0"
866866
lodash "^4.17.21"
867867

868-
"@oclif/plugin-warn-if-update-available@^2.0.13":
868+
"@oclif/plugin-warn-if-update-available@^2.0.14":
869869
version "2.0.14"
870870
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.14.tgz#f9142095f13c5e8300705533165ae039daa0c5f8"
871871
integrity sha512-gEgFZuNtFx3yPfSuxhAm9F8nLZ4+UnBJhbjTywY0Cvrqvd+OvKvo6PfwRm0lWmH4EgWwQEq39pfaks1fg+y1gw==
@@ -5619,15 +5619,15 @@ object.values@^1.1.5:
56195619
define-properties "^1.1.3"
56205620
es-abstract "^1.19.1"
56215621

5622-
oclif@^3.2.27:
5623-
version "3.2.27"
5624-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.27.tgz#3028bc2bcd87aa8762779feec71ba74d5dd94f19"
5625-
integrity sha512-tMKEitC/fVki5mYx8D41qDuOymf24V/UGdkT04dTwtSkoMa/alGxERS2Oa/G/7Q0pfCGl9I5vi5WFuV2rY1ehQ==
5622+
oclif@^3.2.28:
5623+
version "3.2.28"
5624+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.28.tgz#a10ea7b4bc08344a46c9fbdee7c6c16fa4d19538"
5625+
integrity sha512-A5TxuGe5bDiCwxg0JvmhKnvEmdA6rPSeIUdkNOuxgGV696YAafR2ClCG4sku7WzB5anl01/ijtmyhfNegd0vhw==
56265626
dependencies:
56275627
"@oclif/core" "^1.20.4"
56285628
"@oclif/plugin-help" "^5.1.16"
56295629
"@oclif/plugin-not-found" "^2.3.7"
5630-
"@oclif/plugin-warn-if-update-available" "^2.0.13"
5630+
"@oclif/plugin-warn-if-update-available" "^2.0.14"
56315631
aws-sdk "^2.1231.0"
56325632
concurrently "^7.5.0"
56335633
debug "^4.3.3"

0 commit comments

Comments
 (0)