Skip to content

Commit

Permalink
add get-remote-kubecfg, decrypt-kubecfg to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emalloy committed Aug 21, 2018
1 parent b0bf08c commit a15fcf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -3,10 +3,12 @@
"version": "0.0.1",
"description": "Bash scripts for deploying and managing applications in Kubernetes",
"bin": {
"decrypt-kubecfg": "./bin/decrypt-kubecfg",
"docker-build": "./bin/docker-build",
"docker-pull": "./bin/docker-pull",
"docker-push": "./bin/docker-push",
"docker-resolve": "./bin/docker-resolve",
"get-remote-kubecfg": "./bin/get-remote-kubecfg",
"helm-deploy": "./bin/helm-deploy",
"helm-template": "./bin/helm-template",
"install-rok8s-requirements": "./bin/install-rok8s-requirements",
Expand Down

0 comments on commit a15fcf7

Please sign in to comment.