Skip to content

Commit

Permalink
Merge pull request #350 from salesforcecli/ew/parking-orbit-tweaks
Browse files Browse the repository at this point in the history
Parking orbit cleanup
  • Loading branch information
iowillhoit authored Nov 22, 2022
2 parents 5350ba6 + 96b3113 commit 3d61230
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 153 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ yarn install
yarn build
```

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

```bash
# Run using local run file.
./bin/run plugins:trust
./bin/dev plugins:trust
```

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.
Expand Down
3 changes: 2 additions & 1 deletion command-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"command": "plugins:trust:verify",
"plugin": "@salesforce/plugin-trust",
"flags": ["json", "loglevel", "npm", "registry"]
"flags": ["json", "loglevel", "npm", "registry"],
"alias": []
}
]
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Salesforce",
"main": "lib/index.js",
"bin": {
"sf-trust": "bin/run"
"sf-trust": "bin/dev"
},
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand All @@ -22,7 +22,7 @@
"tslib": "^2"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^3.1.3",
"@oclif/plugin-command-snapshot": "^3.2.11",
"@salesforce/cli-plugins-testkit": "^3.2.0",
"@salesforce/dev-config": "^3.0.0",
"@salesforce/dev-scripts": "^3.1.0",
Expand All @@ -47,7 +47,7 @@
"husky": "^7.0.4",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"oclif": "^2.6.1",
"oclif": "^3.2.28",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.0",
"shx": "0.3.4",
Expand Down
Loading

0 comments on commit 3d61230

Please sign in to comment.