Skip to content

Commit

Permalink
Adds oc-pipeline and kubectl-pipeline scripts to register with oc and…
Browse files Browse the repository at this point in the history
… kubectl clis
  • Loading branch information
seansund committed Mar 30, 2020
1 parent 253f938 commit 1de8003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"license": "MIT",
"private": false,
"bin": {
"igc": "dist/script.js"
"igc": "dist/script.js",
"oc-pipeline": "dist/script.js pipeline $@",
"kubectl-pipeline": "dist/script.js pipeline $@"
},
"watch": {
"test": {
Expand Down

0 comments on commit 1de8003

Please sign in to comment.