forked from FairwindsOps/rok8s-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "k8s-scripts",
"version": "4.0.0",
"description": "Bash scripts for deploying and managing applications in Kubernetes",
"bin": {
"docker-build": "./bin/docker-build",
"docker-pull": "./bin/docker-pull",
"docker-push": "./bin/docker-push",
"ensure-kubectl": "./bin/ensure-kubectl",
"k8s-apply": "./bin/k8s-apply",
"k8s-delete": "./bin/k8s-delete",
"k8s-deploy": "./bin/k8s-deploy",
"k8s-deploy-and-verify": "./bin/k8s-deploy-and-verify",
"k8s-example-config": "./bin/k8s-example-config",
"k8s-read-config": "./bin/k8s-read-config",
"k8s-secrets-from-s3": "./bin/k8s-secrets-from-s3",
"k8s-verify-deployment": "./bin/k8s-verify-deployment",
"manage-context": "./bin/manage-context",
"minikube-apply": "./bin/minikube-apply",
"minikube-build": "./bin/minikube-build",
"minikube-delete": "./bin/minikube-delete",
"minikube-deploy": "./bin/minikube-deploy",
"minikube-services": "./bin/minikube-services",
"minikube-services-all": "./bin/minikube-services-all",
"prepare-kubectl": "./bin/prepare-kubectl",
"run-blocking-job": "./bin/run-blocking-job",
"timeout.sh": "./bin/timeout.sh",
"verify-deployment": "./bin/verify-deployment"
},
"author": "Ross Kukulinski <ross@kukulinski.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/reactiveops/k8s-scripts.git"
}
}