@enjoys/context-engine 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +213 -0
- package/data/commands/air.json +59 -0
- package/data/commands/ansible.json +24 -0
- package/data/commands/apachectl.json +87 -0
- package/data/commands/apt-get.json +81 -0
- package/data/commands/apt.json +91 -0
- package/data/commands/awk.json +26 -0
- package/data/commands/aws-vault.json +140 -0
- package/data/commands/aws.json +229 -0
- package/data/commands/az.json +36 -0
- package/data/commands/bazel.json +103 -0
- package/data/commands/brew.json +140 -0
- package/data/commands/bun.json +230 -0
- package/data/commands/caddy.json +194 -0
- package/data/commands/cargo.json +1048 -0
- package/data/commands/cat.json +18 -0
- package/data/commands/cd.json +48 -0
- package/data/commands/certbot.json +148 -0
- package/data/commands/chmod.json +97 -0
- package/data/commands/choco.json +134 -0
- package/data/commands/chown.json +59 -0
- package/data/commands/clickhouse-client.json +74 -0
- package/data/commands/cloudflare.json +226 -0
- package/data/commands/cmake.json +110 -0
- package/data/commands/cockroach.json +92 -0
- package/data/commands/conda.json +94 -0
- package/data/commands/consul.json +125 -0
- package/data/commands/cp.json +86 -0
- package/data/commands/curl.json +44 -0
- package/data/commands/cypress.json +100 -0
- package/data/commands/deno.json +29 -0
- package/data/commands/django-admin.json +86 -0
- package/data/commands/dnf.json +137 -0
- package/data/commands/docker.json +1100 -0
- package/data/commands/doctl.json +156 -0
- package/data/commands/eslint.json +69 -0
- package/data/commands/find.json +44 -0
- package/data/commands/firebase.json +97 -0
- package/data/commands/flask.json +79 -0
- package/data/commands/flyctl.json +148 -0
- package/data/commands/gcloud.json +227 -0
- package/data/commands/gh.json +39 -0
- package/data/commands/git.json +527 -0
- package/data/commands/glab.json +116 -0
- package/data/commands/go.json +161 -0
- package/data/commands/gofmt.json +51 -0
- package/data/commands/golangci-lint.json +89 -0
- package/data/commands/gradle.json +44 -0
- package/data/commands/grep.json +47 -0
- package/data/commands/gunicorn.json +83 -0
- package/data/commands/helm.json +1104 -0
- package/data/commands/hg.json +92 -0
- package/data/commands/httpd.json +147 -0
- package/data/commands/influx.json +119 -0
- package/data/commands/iptables.json +86 -0
- package/data/commands/java.json +31 -0
- package/data/commands/jest.json +82 -0
- package/data/commands/journalctl.json +88 -0
- package/data/commands/just.json +93 -0
- package/data/commands/k6.json +84 -0
- package/data/commands/kubectl.json +1277 -0
- package/data/commands/linode-cli.json +117 -0
- package/data/commands/locust.json +83 -0
- package/data/commands/ls.json +115 -0
- package/data/commands/make.json +86 -0
- package/data/commands/mocha.json +75 -0
- package/data/commands/mongosh.json +73 -0
- package/data/commands/mv.json +68 -0
- package/data/commands/mvn.json +45 -0
- package/data/commands/mysql.json +81 -0
- package/data/commands/nest.json +69 -0
- package/data/commands/netlify.json +92 -0
- package/data/commands/next.json +71 -0
- package/data/commands/nft.json +105 -0
- package/data/commands/nginx.json +146 -0
- package/data/commands/nmap.json +92 -0
- package/data/commands/node.json +43 -0
- package/data/commands/nomad.json +139 -0
- package/data/commands/npm.json +1265 -0
- package/data/commands/npx.json +58 -0
- package/data/commands/nx.json +82 -0
- package/data/commands/openssl.json +288 -0
- package/data/commands/packer.json +92 -0
- package/data/commands/pacman.json +82 -0
- package/data/commands/pg_dump.json +83 -0
- package/data/commands/pg_restore.json +74 -0
- package/data/commands/pip.json +95 -0
- package/data/commands/pipenv.json +79 -0
- package/data/commands/pipx.json +53 -0
- package/data/commands/playwright.json +97 -0
- package/data/commands/pnpm.json +29 -0
- package/data/commands/poetry.json +96 -0
- package/data/commands/prettier.json +71 -0
- package/data/commands/ps.json +31 -0
- package/data/commands/psql.json +124 -0
- package/data/commands/pulumi.json +130 -0
- package/data/commands/pytest.json +92 -0
- package/data/commands/python.json +30 -0
- package/data/commands/railway.json +91 -0
- package/data/commands/redis-cli.json +148 -0
- package/data/commands/render.json +72 -0
- package/data/commands/rm.json +79 -0
- package/data/commands/rsync.json +36 -0
- package/data/commands/rust.json +35 -0
- package/data/commands/rustup.json +103 -0
- package/data/commands/scp.json +60 -0
- package/data/commands/sed.json +28 -0
- package/data/commands/sqlite3.json +68 -0
- package/data/commands/ssh-keygen.json +112 -0
- package/data/commands/ssh.json +37 -0
- package/data/commands/sudo.json +147 -0
- package/data/commands/supabase.json +108 -0
- package/data/commands/svn.json +75 -0
- package/data/commands/systemctl.json +31 -0
- package/data/commands/tar.json +35 -0
- package/data/commands/tcpdump.json +77 -0
- package/data/commands/terraform.json +824 -0
- package/data/commands/terragrunt.json +83 -0
- package/data/commands/tsc.json +85 -0
- package/data/commands/turbo.json +72 -0
- package/data/commands/ufw.json +76 -0
- package/data/commands/unzip.json +59 -0
- package/data/commands/uvicorn.json +73 -0
- package/data/commands/vault.json +144 -0
- package/data/commands/vercel.json +98 -0
- package/data/commands/vite.json +63 -0
- package/data/commands/vitest.json +88 -0
- package/data/commands/wasm-pack.json +90 -0
- package/data/commands/wget.json +38 -0
- package/data/commands/winget.json +131 -0
- package/data/commands/wireshark.json +81 -0
- package/data/commands/yarn.json +28 -0
- package/data/commands/yum.json +98 -0
- package/data/commands/zip.json +59 -0
- package/index.d.ts +131 -0
- package/index.js +189 -0
- package/index.mjs +21 -0
- package/package.json +64 -0
|
@@ -0,0 +1,1104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "helm",
|
|
3
|
+
"description": "Kubernetes package manager",
|
|
4
|
+
"category": "container-orchestration",
|
|
5
|
+
"platforms": ["linux", "macos", "windows"],
|
|
6
|
+
"shells": ["bash", "zsh", "fish", "powershell"],
|
|
7
|
+
"subcommands": [
|
|
8
|
+
{
|
|
9
|
+
"name": "install",
|
|
10
|
+
"description": "Install a chart archive into Kubernetes",
|
|
11
|
+
"args": [
|
|
12
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name for the installation" },
|
|
13
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference (repo/chart, path, or URL)" }
|
|
14
|
+
],
|
|
15
|
+
"options": [
|
|
16
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace for the release", "type": "string" },
|
|
17
|
+
{ "name": "--create-namespace", "description": "Create the release namespace if not present" },
|
|
18
|
+
{ "name": "--values", "short": "-f", "description": "Specify values file(s) in YAML format", "type": "path" },
|
|
19
|
+
{ "name": "--set", "description": "Set individual values on the command line (key=value)", "type": "string" },
|
|
20
|
+
{ "name": "--set-string", "description": "Set string values on the command line (key=value)", "type": "string" },
|
|
21
|
+
{ "name": "--set-json", "description": "Set JSON values on the command line (key=jsonval)", "type": "string" },
|
|
22
|
+
{ "name": "--set-file", "description": "Set values from files on the command line (key=filepath)", "type": "string" },
|
|
23
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
24
|
+
{ "name": "--devel", "description": "Use development versions (alpha, beta, rc) too" },
|
|
25
|
+
{ "name": "--dry-run", "description": "Simulate an install (none|client|server)", "type": "string" },
|
|
26
|
+
{ "name": "--debug", "description": "Enable verbose output" },
|
|
27
|
+
{ "name": "--wait", "description": "Wait until all resources are in a ready state before marking the release as successful" },
|
|
28
|
+
{ "name": "--wait-for-jobs", "description": "Wait for all Jobs to complete before marking the release as successful" },
|
|
29
|
+
{ "name": "--timeout", "description": "Time to wait for any individual Kubernetes operation (default 5m0s)", "type": "string" },
|
|
30
|
+
{ "name": "--atomic", "description": "If set, installation rolls back changes on failure; implies --wait" },
|
|
31
|
+
{ "name": "--generate-name", "short": "-g", "description": "Generate a release name (and omit the NAME parameter)" },
|
|
32
|
+
{ "name": "--name-template", "description": "Specify template used to name the release", "type": "string" },
|
|
33
|
+
{ "name": "--description", "description": "Add a custom description to the release", "type": "string" },
|
|
34
|
+
{ "name": "--dependency-update", "description": "Update dependencies before installing the chart" },
|
|
35
|
+
{ "name": "--disable-openapi-validation", "description": "Do not validate rendered templates against the Kubernetes OpenAPI schema" },
|
|
36
|
+
{ "name": "--no-hooks", "description": "Prevent hooks from running during install" },
|
|
37
|
+
{ "name": "--replace", "description": "Re-use the given release name even if it was previously deleted" },
|
|
38
|
+
{ "name": "--render-subchart-notes", "description": "Render subchart notes along with the parent" },
|
|
39
|
+
{ "name": "--skip-crds", "description": "Do not install CRDs in the chart" },
|
|
40
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" },
|
|
41
|
+
{ "name": "--post-renderer", "description": "Path to an executable to use for post rendering", "type": "path" },
|
|
42
|
+
{ "name": "--username", "description": "Chart repository username", "type": "string" },
|
|
43
|
+
{ "name": "--password", "description": "Chart repository password", "type": "string" },
|
|
44
|
+
{ "name": "--ca-file", "description": "Verify certificates against this CA bundle", "type": "path" },
|
|
45
|
+
{ "name": "--cert-file", "description": "Identify HTTPS client using this SSL certificate file", "type": "path" },
|
|
46
|
+
{ "name": "--key-file", "description": "Identify HTTPS client using this SSL key file", "type": "path" },
|
|
47
|
+
{ "name": "--insecure-skip-tls-verify", "description": "Skip TLS certificate checks for the chart download" },
|
|
48
|
+
{ "name": "--plain-http", "description": "Use insecure HTTP connections for the chart download" },
|
|
49
|
+
{ "name": "--verify", "description": "Verify the package before using it" },
|
|
50
|
+
{ "name": "--keyring", "description": "Location of public keys used for verification", "type": "path" }
|
|
51
|
+
],
|
|
52
|
+
"examples": [
|
|
53
|
+
"helm install my-release bitnami/nginx",
|
|
54
|
+
"helm install my-release bitnami/nginx -n my-namespace --create-namespace",
|
|
55
|
+
"helm install my-release bitnami/nginx -f values.yaml",
|
|
56
|
+
"helm install my-release bitnami/nginx --set replicaCount=3",
|
|
57
|
+
"helm install my-release bitnami/nginx --set-json 'resources={\"limits\":{\"cpu\":\"200m\",\"memory\":\"256Mi\"}}'",
|
|
58
|
+
"helm install my-release ./my-chart --values values-prod.yaml --values values-secrets.yaml",
|
|
59
|
+
"helm install my-release bitnami/nginx --version 15.0.0",
|
|
60
|
+
"helm install my-release bitnami/nginx --dry-run=server --debug",
|
|
61
|
+
"helm install my-release bitnami/nginx --wait --timeout 10m",
|
|
62
|
+
"helm install my-release bitnami/nginx --atomic",
|
|
63
|
+
"helm install my-release oci://registry-1.docker.io/bitnamicharts/nginx",
|
|
64
|
+
"helm install my-release bitnami/nginx --generate-name",
|
|
65
|
+
"helm install my-release bitnami/nginx --dependency-update",
|
|
66
|
+
"helm install my-release bitnami/nginx --skip-crds --no-hooks"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "upgrade",
|
|
71
|
+
"description": "Upgrade a release to a new version of a chart",
|
|
72
|
+
"args": [
|
|
73
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name to upgrade" },
|
|
74
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference (repo/chart, path, or URL)" }
|
|
75
|
+
],
|
|
76
|
+
"options": [
|
|
77
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
78
|
+
{ "name": "--install", "short": "-i", "description": "If a release by this name doesn't exist, install it" },
|
|
79
|
+
{ "name": "--values", "short": "-f", "description": "Specify values file(s) in YAML format", "type": "path" },
|
|
80
|
+
{ "name": "--set", "description": "Set individual values on the command line (key=value)", "type": "string" },
|
|
81
|
+
{ "name": "--set-string", "description": "Set string values on the command line (key=value)", "type": "string" },
|
|
82
|
+
{ "name": "--set-json", "description": "Set JSON values on the command line (key=jsonval)", "type": "string" },
|
|
83
|
+
{ "name": "--set-file", "description": "Set values from files on the command line (key=filepath)", "type": "string" },
|
|
84
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
85
|
+
{ "name": "--devel", "description": "Use development versions (alpha, beta, rc) too" },
|
|
86
|
+
{ "name": "--dry-run", "description": "Simulate an upgrade (none|client|server)", "type": "string" },
|
|
87
|
+
{ "name": "--debug", "description": "Enable verbose output" },
|
|
88
|
+
{ "name": "--wait", "description": "Wait until all resources are in a ready state" },
|
|
89
|
+
{ "name": "--wait-for-jobs", "description": "Wait for all Jobs to complete" },
|
|
90
|
+
{ "name": "--timeout", "description": "Time to wait for any individual Kubernetes operation (default 5m0s)", "type": "string" },
|
|
91
|
+
{ "name": "--atomic", "description": "If set, upgrade rolls back changes on failure; implies --wait" },
|
|
92
|
+
{ "name": "--force", "description": "Force resource updates through a replacement strategy" },
|
|
93
|
+
{ "name": "--reset-values", "description": "When upgrading, reset the values to the ones built into the chart" },
|
|
94
|
+
{ "name": "--reuse-values", "description": "When upgrading, reuse the last release's values and merge in any overrides" },
|
|
95
|
+
{ "name": "--reset-then-reuse-values", "description": "When upgrading, reset the values to the chart's defaults, then merge reused values" },
|
|
96
|
+
{ "name": "--create-namespace", "description": "Create the release namespace if not present (--install only)" },
|
|
97
|
+
{ "name": "--cleanup-on-fail", "description": "Delete newly created resources on a failed upgrade" },
|
|
98
|
+
{ "name": "--history-max", "description": "Limit the maximum number of revisions saved per release (0 for no limit)", "type": "number" },
|
|
99
|
+
{ "name": "--no-hooks", "description": "Prevent hooks from running during upgrade" },
|
|
100
|
+
{ "name": "--render-subchart-notes", "description": "Render subchart notes along with the parent" },
|
|
101
|
+
{ "name": "--skip-crds", "description": "Do not install CRDs if they are not already present" },
|
|
102
|
+
{ "name": "--disable-openapi-validation", "description": "Do not validate rendered templates against the Kubernetes OpenAPI schema" },
|
|
103
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" },
|
|
104
|
+
{ "name": "--post-renderer", "description": "Path to an executable to use for post rendering", "type": "path" }
|
|
105
|
+
],
|
|
106
|
+
"examples": [
|
|
107
|
+
"helm upgrade my-release bitnami/nginx",
|
|
108
|
+
"helm upgrade my-release bitnami/nginx -f values.yaml",
|
|
109
|
+
"helm upgrade my-release bitnami/nginx --set replicaCount=5",
|
|
110
|
+
"helm upgrade --install my-release bitnami/nginx -n my-namespace --create-namespace",
|
|
111
|
+
"helm upgrade my-release bitnami/nginx --version 16.0.0",
|
|
112
|
+
"helm upgrade my-release bitnami/nginx --reuse-values --set image.tag=1.25",
|
|
113
|
+
"helm upgrade my-release bitnami/nginx --atomic --timeout 10m",
|
|
114
|
+
"helm upgrade my-release bitnami/nginx --dry-run=server --debug",
|
|
115
|
+
"helm upgrade my-release bitnami/nginx --force",
|
|
116
|
+
"helm upgrade my-release bitnami/nginx --cleanup-on-fail --wait",
|
|
117
|
+
"helm upgrade my-release bitnami/nginx --reset-values -f new-values.yaml",
|
|
118
|
+
"helm upgrade my-release bitnami/nginx --history-max 10"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "uninstall",
|
|
123
|
+
"description": "Uninstall a release from Kubernetes",
|
|
124
|
+
"args": [
|
|
125
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name(s) to uninstall" }
|
|
126
|
+
],
|
|
127
|
+
"options": [
|
|
128
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
129
|
+
{ "name": "--dry-run", "description": "Simulate an uninstall" },
|
|
130
|
+
{ "name": "--keep-history", "description": "Remove all associated resources and mark the release as deleted, but retain release history" },
|
|
131
|
+
{ "name": "--no-hooks", "description": "Prevent hooks from running during uninstallation" },
|
|
132
|
+
{ "name": "--timeout", "description": "Time to wait for any individual Kubernetes operation (default 5m0s)", "type": "string" },
|
|
133
|
+
{ "name": "--wait", "description": "Wait for deletion of all associated resources" },
|
|
134
|
+
{ "name": "--cascade", "description": "Cascade strategy (background|orphan|foreground)", "type": "string" },
|
|
135
|
+
{ "name": "--description", "description": "Add a custom description to the release", "type": "string" }
|
|
136
|
+
],
|
|
137
|
+
"examples": [
|
|
138
|
+
"helm uninstall my-release",
|
|
139
|
+
"helm uninstall my-release -n my-namespace",
|
|
140
|
+
"helm uninstall my-release --keep-history",
|
|
141
|
+
"helm uninstall my-release --dry-run",
|
|
142
|
+
"helm uninstall my-release --no-hooks",
|
|
143
|
+
"helm uninstall my-release --wait --timeout 5m",
|
|
144
|
+
"helm uninstall my-release --cascade foreground"
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "list",
|
|
149
|
+
"description": "List releases across namespaces",
|
|
150
|
+
"args": [],
|
|
151
|
+
"options": [
|
|
152
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace to list releases from", "type": "string" },
|
|
153
|
+
{ "name": "--all-namespaces", "short": "-A", "description": "List releases across all namespaces" },
|
|
154
|
+
{ "name": "--all", "short": "-a", "description": "Show all releases without any filter applied" },
|
|
155
|
+
{ "name": "--deployed", "description": "Show deployed releases (default if none specified)" },
|
|
156
|
+
{ "name": "--failed", "description": "Show failed releases" },
|
|
157
|
+
{ "name": "--pending", "description": "Show pending releases" },
|
|
158
|
+
{ "name": "--superseded", "description": "Show superseded releases" },
|
|
159
|
+
{ "name": "--uninstalled", "description": "Show uninstalled releases (if --keep-history was used)" },
|
|
160
|
+
{ "name": "--uninstalling", "description": "Show releases that are currently being uninstalled" },
|
|
161
|
+
{ "name": "--date", "short": "-d", "description": "Sort by release date" },
|
|
162
|
+
{ "name": "--reverse", "short": "-r", "description": "Reverse the sort order" },
|
|
163
|
+
{ "name": "--max", "short": "-m", "description": "Maximum number of releases to fetch (default 256)", "type": "number" },
|
|
164
|
+
{ "name": "--offset", "description": "Next release index in the list (used for pagination)", "type": "number" },
|
|
165
|
+
{ "name": "--filter", "description": "A regular expression to filter release names", "type": "string" },
|
|
166
|
+
{ "name": "--selector", "short": "-l", "description": "Label selector to filter on (CURRENTLY NOT IMPLEMENTED)", "type": "string" },
|
|
167
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" },
|
|
168
|
+
{ "name": "--no-headers", "description": "Do not print column headers with default output format" },
|
|
169
|
+
{ "name": "--time-format", "description": "Format time using golang time format", "type": "string" },
|
|
170
|
+
{ "name": "--short", "description": "Print output in short (quiet) format" }
|
|
171
|
+
],
|
|
172
|
+
"examples": [
|
|
173
|
+
"helm list",
|
|
174
|
+
"helm list -n my-namespace",
|
|
175
|
+
"helm list --all-namespaces",
|
|
176
|
+
"helm list -a",
|
|
177
|
+
"helm list --failed",
|
|
178
|
+
"helm list --pending",
|
|
179
|
+
"helm list -o json",
|
|
180
|
+
"helm list -o yaml",
|
|
181
|
+
"helm list --filter 'nginx.*'",
|
|
182
|
+
"helm list --date --reverse",
|
|
183
|
+
"helm list --max 10 --offset 0",
|
|
184
|
+
"helm list --no-headers",
|
|
185
|
+
"helm list -A --short"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "repo add",
|
|
190
|
+
"description": "Add a chart repository",
|
|
191
|
+
"args": [
|
|
192
|
+
{ "name": "<name>", "type": "string", "required": true, "description": "Repository name" },
|
|
193
|
+
{ "name": "<url>", "type": "string", "required": true, "description": "Repository URL" }
|
|
194
|
+
],
|
|
195
|
+
"options": [
|
|
196
|
+
{ "name": "--force-update", "description": "Replace (overwrite) the repo even if it already exists" },
|
|
197
|
+
{ "name": "--allow-deprecated-repos", "description": "Allow adding repositories previously marked as deprecated" },
|
|
198
|
+
{ "name": "--username", "description": "Chart repository username", "type": "string" },
|
|
199
|
+
{ "name": "--password", "description": "Chart repository password", "type": "string" },
|
|
200
|
+
{ "name": "--pass-credentials", "description": "Pass credentials to all domains" },
|
|
201
|
+
{ "name": "--no-update", "description": "Do not update if a repo with the same name already exists" },
|
|
202
|
+
{ "name": "--ca-file", "description": "Verify certificates against this CA bundle", "type": "path" },
|
|
203
|
+
{ "name": "--cert-file", "description": "Identify HTTPS client using this SSL certificate file", "type": "path" },
|
|
204
|
+
{ "name": "--key-file", "description": "Identify HTTPS client using this SSL key file", "type": "path" },
|
|
205
|
+
{ "name": "--insecure-skip-tls-verify", "description": "Skip TLS certificate verification" }
|
|
206
|
+
],
|
|
207
|
+
"examples": [
|
|
208
|
+
"helm repo add bitnami https://charts.bitnami.com/bitnami",
|
|
209
|
+
"helm repo add stable https://charts.helm.sh/stable",
|
|
210
|
+
"helm repo add jetstack https://charts.jetstack.io",
|
|
211
|
+
"helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx",
|
|
212
|
+
"helm repo add prometheus-community https://prometheus-community.github.io/helm-charts",
|
|
213
|
+
"helm repo add grafana https://grafana.github.io/helm-charts",
|
|
214
|
+
"helm repo add bitnami https://charts.bitnami.com/bitnami --force-update",
|
|
215
|
+
"helm repo add myrepo https://charts.example.com --username admin --password secret",
|
|
216
|
+
"helm repo add myrepo https://charts.example.com --ca-file ca.pem"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "repo remove",
|
|
221
|
+
"description": "Remove one or more chart repositories",
|
|
222
|
+
"args": [
|
|
223
|
+
{ "name": "<name>...", "type": "string", "required": true, "description": "Repository name(s) to remove" }
|
|
224
|
+
],
|
|
225
|
+
"options": [],
|
|
226
|
+
"examples": [
|
|
227
|
+
"helm repo remove bitnami",
|
|
228
|
+
"helm repo remove stable bitnami"
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "repo update",
|
|
233
|
+
"description": "Update information of available charts locally from chart repositories",
|
|
234
|
+
"args": [
|
|
235
|
+
{ "name": "<name>...", "type": "string", "required": false, "description": "Specific repo name(s) to update (default: all)" }
|
|
236
|
+
],
|
|
237
|
+
"options": [
|
|
238
|
+
{ "name": "--fail-on-repo-update-fail", "description": "Return an error if any repo update fails" }
|
|
239
|
+
],
|
|
240
|
+
"examples": [
|
|
241
|
+
"helm repo update",
|
|
242
|
+
"helm repo update bitnami",
|
|
243
|
+
"helm repo update bitnami jetstack"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "repo list",
|
|
248
|
+
"description": "List chart repositories",
|
|
249
|
+
"args": [],
|
|
250
|
+
"options": [
|
|
251
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" },
|
|
252
|
+
{ "name": "--no-headers", "description": "Do not print column headers" }
|
|
253
|
+
],
|
|
254
|
+
"examples": [
|
|
255
|
+
"helm repo list",
|
|
256
|
+
"helm repo list -o json",
|
|
257
|
+
"helm repo list -o yaml"
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "repo index",
|
|
262
|
+
"description": "Generate an index file given a directory containing packaged charts",
|
|
263
|
+
"args": [
|
|
264
|
+
{ "name": "<dir>", "type": "path", "required": true, "description": "Directory containing chart packages" }
|
|
265
|
+
],
|
|
266
|
+
"options": [
|
|
267
|
+
{ "name": "--url", "description": "URL of chart repository", "type": "string" },
|
|
268
|
+
{ "name": "--merge", "description": "Merge the generated index into the given index", "type": "path" }
|
|
269
|
+
],
|
|
270
|
+
"examples": [
|
|
271
|
+
"helm repo index ./charts",
|
|
272
|
+
"helm repo index ./charts --url https://charts.example.com",
|
|
273
|
+
"helm repo index ./charts --merge index.yaml"
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "search hub",
|
|
278
|
+
"description": "Search Artifact Hub for charts",
|
|
279
|
+
"args": [
|
|
280
|
+
{ "name": "<keyword>", "type": "string", "required": true, "description": "Search keyword" }
|
|
281
|
+
],
|
|
282
|
+
"options": [
|
|
283
|
+
{ "name": "--max-col-width", "description": "Maximum column width for output table", "type": "number" },
|
|
284
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" },
|
|
285
|
+
{ "name": "--list-repo-url", "description": "Print charts repository URL" },
|
|
286
|
+
{ "name": "--fail-on-no-result", "description": "Return an error if no results are found" }
|
|
287
|
+
],
|
|
288
|
+
"examples": [
|
|
289
|
+
"helm search hub nginx",
|
|
290
|
+
"helm search hub wordpress -o json",
|
|
291
|
+
"helm search hub redis --list-repo-url",
|
|
292
|
+
"helm search hub prometheus --max-col-width 80"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "search repo",
|
|
297
|
+
"description": "Search repositories for a keyword in charts",
|
|
298
|
+
"args": [
|
|
299
|
+
{ "name": "<keyword>", "type": "string", "required": false, "description": "Search keyword" }
|
|
300
|
+
],
|
|
301
|
+
"options": [
|
|
302
|
+
{ "name": "--devel", "description": "Use development versions (alpha, beta, rc) too" },
|
|
303
|
+
{ "name": "--max-col-width", "description": "Maximum column width for output table", "type": "number" },
|
|
304
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" },
|
|
305
|
+
{ "name": "--regexp", "description": "Use regular expressions for searching" },
|
|
306
|
+
{ "name": "--version", "description": "Search for a specific chart version / version constraint", "type": "string" },
|
|
307
|
+
{ "name": "--versions", "description": "Show all available versions, not just the latest" },
|
|
308
|
+
{ "name": "--fail-on-no-result", "description": "Return an error if no results are found" }
|
|
309
|
+
],
|
|
310
|
+
"examples": [
|
|
311
|
+
"helm search repo nginx",
|
|
312
|
+
"helm search repo bitnami/nginx",
|
|
313
|
+
"helm search repo nginx --versions",
|
|
314
|
+
"helm search repo nginx --version '^15'",
|
|
315
|
+
"helm search repo nginx --devel",
|
|
316
|
+
"helm search repo nginx -o json",
|
|
317
|
+
"helm search repo '' --regexp"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "show all",
|
|
322
|
+
"description": "Show all information of the chart (values, readme, chart, crds)",
|
|
323
|
+
"args": [
|
|
324
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference (repo/chart, path, or URL)" }
|
|
325
|
+
],
|
|
326
|
+
"options": [
|
|
327
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
328
|
+
{ "name": "--devel", "description": "Use development versions too" },
|
|
329
|
+
{ "name": "--jsonpath", "description": "A JSONPath expression for filtering chart info", "type": "string" }
|
|
330
|
+
],
|
|
331
|
+
"examples": [
|
|
332
|
+
"helm show all bitnami/nginx",
|
|
333
|
+
"helm show all bitnami/nginx --version 15.0.0",
|
|
334
|
+
"helm show all ./my-chart"
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "show chart",
|
|
339
|
+
"description": "Show the chart's definition (Chart.yaml)",
|
|
340
|
+
"args": [
|
|
341
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference" }
|
|
342
|
+
],
|
|
343
|
+
"options": [
|
|
344
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
345
|
+
{ "name": "--devel", "description": "Use development versions too" }
|
|
346
|
+
],
|
|
347
|
+
"examples": [
|
|
348
|
+
"helm show chart bitnami/nginx",
|
|
349
|
+
"helm show chart bitnami/nginx --version 15.0.0"
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "show readme",
|
|
354
|
+
"description": "Show the chart's README",
|
|
355
|
+
"args": [
|
|
356
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference" }
|
|
357
|
+
],
|
|
358
|
+
"options": [
|
|
359
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
360
|
+
{ "name": "--devel", "description": "Use development versions too" }
|
|
361
|
+
],
|
|
362
|
+
"examples": [
|
|
363
|
+
"helm show readme bitnami/nginx",
|
|
364
|
+
"helm show readme bitnami/nginx --version 15.0.0"
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "show values",
|
|
369
|
+
"description": "Show the chart's default values",
|
|
370
|
+
"args": [
|
|
371
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference" }
|
|
372
|
+
],
|
|
373
|
+
"options": [
|
|
374
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
375
|
+
{ "name": "--devel", "description": "Use development versions too" },
|
|
376
|
+
{ "name": "--jsonpath", "description": "A JSONPath expression for filtering values", "type": "string" }
|
|
377
|
+
],
|
|
378
|
+
"examples": [
|
|
379
|
+
"helm show values bitnami/nginx",
|
|
380
|
+
"helm show values bitnami/nginx --version 15.0.0",
|
|
381
|
+
"helm show values bitnami/nginx > values.yaml",
|
|
382
|
+
"helm show values ./my-chart"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "show crds",
|
|
387
|
+
"description": "Show the chart's CRDs",
|
|
388
|
+
"args": [
|
|
389
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference" }
|
|
390
|
+
],
|
|
391
|
+
"options": [
|
|
392
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
393
|
+
{ "name": "--devel", "description": "Use development versions too" }
|
|
394
|
+
],
|
|
395
|
+
"examples": [
|
|
396
|
+
"helm show crds bitnami/nginx",
|
|
397
|
+
"helm show crds jetstack/cert-manager --version 1.13.0"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "pull",
|
|
402
|
+
"description": "Download a chart from a repository and (optionally) unpack it locally",
|
|
403
|
+
"args": [
|
|
404
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference or URL" }
|
|
405
|
+
],
|
|
406
|
+
"options": [
|
|
407
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
408
|
+
{ "name": "--untar", "description": "Untar the chart after downloading it" },
|
|
409
|
+
{ "name": "--untardir", "description": "Directory to untar into (default '.')", "type": "path" },
|
|
410
|
+
{ "name": "--destination", "short": "-d", "description": "Location to write the chart (default '.')", "type": "path" },
|
|
411
|
+
{ "name": "--devel", "description": "Use development versions too" },
|
|
412
|
+
{ "name": "--repo", "description": "Chart repository URL", "type": "string" },
|
|
413
|
+
{ "name": "--username", "description": "Chart repository username", "type": "string" },
|
|
414
|
+
{ "name": "--password", "description": "Chart repository password", "type": "string" },
|
|
415
|
+
{ "name": "--ca-file", "description": "Verify certificates against this CA bundle", "type": "path" },
|
|
416
|
+
{ "name": "--cert-file", "description": "Identify HTTPS client using this SSL certificate file", "type": "path" },
|
|
417
|
+
{ "name": "--key-file", "description": "Identify HTTPS client using this SSL key file", "type": "path" },
|
|
418
|
+
{ "name": "--insecure-skip-tls-verify", "description": "Skip TLS certificate verification" },
|
|
419
|
+
{ "name": "--plain-http", "description": "Use insecure HTTP connections" },
|
|
420
|
+
{ "name": "--prov", "description": "Fetch the provenance file, but don't perform verification" },
|
|
421
|
+
{ "name": "--verify", "description": "Verify the package before using it" },
|
|
422
|
+
{ "name": "--keyring", "description": "Location of public keys used for verification", "type": "path" },
|
|
423
|
+
{ "name": "--pass-credentials", "description": "Pass credentials to all domains" }
|
|
424
|
+
],
|
|
425
|
+
"examples": [
|
|
426
|
+
"helm pull bitnami/nginx",
|
|
427
|
+
"helm pull bitnami/nginx --version 15.0.0",
|
|
428
|
+
"helm pull bitnami/nginx --untar",
|
|
429
|
+
"helm pull bitnami/nginx --untar --untardir ./charts",
|
|
430
|
+
"helm pull bitnami/nginx -d /tmp/charts",
|
|
431
|
+
"helm pull oci://registry-1.docker.io/bitnamicharts/nginx",
|
|
432
|
+
"helm pull bitnami/nginx --verify --keyring public.gpg"
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "push",
|
|
437
|
+
"description": "Push a chart package to a remote registry",
|
|
438
|
+
"args": [
|
|
439
|
+
{ "name": "<chart>", "type": "path", "required": true, "description": "Path to the chart package (.tgz)" },
|
|
440
|
+
{ "name": "<remote>", "type": "string", "required": true, "description": "Remote registry URL (oci://...)" }
|
|
441
|
+
],
|
|
442
|
+
"options": [
|
|
443
|
+
{ "name": "--ca-file", "description": "Verify certificates against this CA bundle", "type": "path" },
|
|
444
|
+
{ "name": "--cert-file", "description": "Identify HTTPS client using this SSL certificate file", "type": "path" },
|
|
445
|
+
{ "name": "--key-file", "description": "Identify HTTPS client using this SSL key file", "type": "path" },
|
|
446
|
+
{ "name": "--insecure-skip-tls-verify", "description": "Skip TLS certificate verification" },
|
|
447
|
+
{ "name": "--plain-http", "description": "Use insecure HTTP connections" }
|
|
448
|
+
],
|
|
449
|
+
"examples": [
|
|
450
|
+
"helm push mychart-0.1.0.tgz oci://registry.example.com/charts",
|
|
451
|
+
"helm push mychart-0.1.0.tgz oci://ghcr.io/myorg/charts",
|
|
452
|
+
"helm push mychart-0.1.0.tgz oci://registry.example.com/charts --plain-http"
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "package",
|
|
457
|
+
"description": "Package a chart directory into a chart archive (.tgz)",
|
|
458
|
+
"args": [
|
|
459
|
+
{ "name": "<chart-path>...", "type": "path", "required": true, "description": "Path(s) to the chart directory" }
|
|
460
|
+
],
|
|
461
|
+
"options": [
|
|
462
|
+
{ "name": "--destination", "short": "-d", "description": "Location to write the chart archive", "type": "path" },
|
|
463
|
+
{ "name": "--version", "description": "Set the version on the chart to this semver", "type": "string" },
|
|
464
|
+
{ "name": "--app-version", "description": "Set the appVersion on the chart to this version", "type": "string" },
|
|
465
|
+
{ "name": "--dependency-update", "short": "-u", "description": "Update dependencies before packaging" },
|
|
466
|
+
{ "name": "--sign", "description": "Use a PGP private key to sign this package" },
|
|
467
|
+
{ "name": "--key", "description": "Name of the key to use when signing (--sign)", "type": "string" },
|
|
468
|
+
{ "name": "--keyring", "description": "Location of public keys used for verification", "type": "path" },
|
|
469
|
+
{ "name": "--passphrase-file", "description": "Location of a file that contains the passphrase for the signing key", "type": "path" }
|
|
470
|
+
],
|
|
471
|
+
"examples": [
|
|
472
|
+
"helm package ./my-chart",
|
|
473
|
+
"helm package ./my-chart -d ./dist",
|
|
474
|
+
"helm package ./my-chart --version 1.2.3",
|
|
475
|
+
"helm package ./my-chart --app-version 2.0.0",
|
|
476
|
+
"helm package ./my-chart --dependency-update",
|
|
477
|
+
"helm package ./my-chart --sign --key 'John Smith' --keyring keyring.gpg"
|
|
478
|
+
]
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "template",
|
|
482
|
+
"description": "Locally render templates without connecting to the server",
|
|
483
|
+
"args": [
|
|
484
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name (for template rendering)" },
|
|
485
|
+
{ "name": "<chart>", "type": "string", "required": true, "description": "Chart reference" }
|
|
486
|
+
],
|
|
487
|
+
"options": [
|
|
488
|
+
{ "name": "--namespace", "short": "-n", "description": "Namespace for the release", "type": "string" },
|
|
489
|
+
{ "name": "--values", "short": "-f", "description": "Specify values file(s) in YAML format", "type": "path" },
|
|
490
|
+
{ "name": "--set", "description": "Set individual values on the command line (key=value)", "type": "string" },
|
|
491
|
+
{ "name": "--set-string", "description": "Set string values on the command line (key=value)", "type": "string" },
|
|
492
|
+
{ "name": "--set-json", "description": "Set JSON values on the command line (key=jsonval)", "type": "string" },
|
|
493
|
+
{ "name": "--set-file", "description": "Set values from files on the command line (key=filepath)", "type": "string" },
|
|
494
|
+
{ "name": "--version", "description": "Specify chart version constraint", "type": "string" },
|
|
495
|
+
{ "name": "--show-only", "short": "-s", "description": "Only show manifests rendered from the given templates", "type": "string" },
|
|
496
|
+
{ "name": "--output-dir", "description": "Write rendered manifests to this directory instead of stdout", "type": "path" },
|
|
497
|
+
{ "name": "--release-name", "description": "Use release name in the output-dir path" },
|
|
498
|
+
{ "name": "--validate", "description": "Validate rendered templates against the Kubernetes cluster" },
|
|
499
|
+
{ "name": "--include-crds", "description": "Include CRDs in the templated output" },
|
|
500
|
+
{ "name": "--skip-crds", "description": "Do not include CRDs in the templated output" },
|
|
501
|
+
{ "name": "--no-hooks", "description": "Do not render hook templates" },
|
|
502
|
+
{ "name": "--is-upgrade", "description": "Set .Release.IsUpgrade instead of .Release.IsInstall" },
|
|
503
|
+
{ "name": "--dependency-update", "description": "Update dependencies before rendering" },
|
|
504
|
+
{ "name": "--api-versions", "short": "-a", "description": "Kubernetes API versions used for Capabilities.APIVersions", "type": "string" },
|
|
505
|
+
{ "name": "--kube-version", "description": "Kubernetes version used for Capabilities.KubeVersion", "type": "string" },
|
|
506
|
+
{ "name": "--debug", "description": "Enable verbose output" },
|
|
507
|
+
{ "name": "--disable-openapi-validation", "description": "Do not validate rendered templates against the Kubernetes OpenAPI schema" },
|
|
508
|
+
{ "name": "--post-renderer", "description": "Path to an executable to use for post rendering", "type": "path" }
|
|
509
|
+
],
|
|
510
|
+
"examples": [
|
|
511
|
+
"helm template my-release bitnami/nginx",
|
|
512
|
+
"helm template my-release ./my-chart -f values.yaml",
|
|
513
|
+
"helm template my-release bitnami/nginx --set replicaCount=3",
|
|
514
|
+
"helm template my-release bitnami/nginx -s templates/deployment.yaml",
|
|
515
|
+
"helm template my-release bitnami/nginx --output-dir ./rendered",
|
|
516
|
+
"helm template my-release bitnami/nginx --namespace production",
|
|
517
|
+
"helm template my-release bitnami/nginx --validate",
|
|
518
|
+
"helm template my-release bitnami/nginx --include-crds",
|
|
519
|
+
"helm template my-release bitnami/nginx --kube-version 1.28.0",
|
|
520
|
+
"helm template my-release bitnami/nginx --api-versions networking.k8s.io/v1",
|
|
521
|
+
"helm template my-release bitnami/nginx --debug"
|
|
522
|
+
]
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "lint",
|
|
526
|
+
"description": "Examine a chart for possible issues",
|
|
527
|
+
"args": [
|
|
528
|
+
{ "name": "<path>", "type": "path", "required": false, "description": "Path to the chart (default '.')" }
|
|
529
|
+
],
|
|
530
|
+
"options": [
|
|
531
|
+
{ "name": "--values", "short": "-f", "description": "Specify values file(s) in YAML format", "type": "path" },
|
|
532
|
+
{ "name": "--set", "description": "Set individual values on the command line (key=value)", "type": "string" },
|
|
533
|
+
{ "name": "--set-string", "description": "Set string values on the command line (key=value)", "type": "string" },
|
|
534
|
+
{ "name": "--set-json", "description": "Set JSON values on the command line (key=jsonval)", "type": "string" },
|
|
535
|
+
{ "name": "--set-file", "description": "Set values from files on the command line (key=filepath)", "type": "string" },
|
|
536
|
+
{ "name": "--namespace", "short": "-n", "description": "Namespace for template rendering", "type": "string" },
|
|
537
|
+
{ "name": "--strict", "description": "Fail on lint warnings" },
|
|
538
|
+
{ "name": "--with-subcharts", "description": "Lint dependent charts" },
|
|
539
|
+
{ "name": "--quiet", "description": "Print only warnings and errors" }
|
|
540
|
+
],
|
|
541
|
+
"examples": [
|
|
542
|
+
"helm lint",
|
|
543
|
+
"helm lint ./my-chart",
|
|
544
|
+
"helm lint ./my-chart -f values-prod.yaml",
|
|
545
|
+
"helm lint ./my-chart --strict",
|
|
546
|
+
"helm lint ./my-chart --with-subcharts",
|
|
547
|
+
"helm lint ./my-chart --set replicaCount=3",
|
|
548
|
+
"helm lint ./my-chart --quiet"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "test",
|
|
553
|
+
"description": "Run tests for a release",
|
|
554
|
+
"args": [
|
|
555
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name to test" }
|
|
556
|
+
],
|
|
557
|
+
"options": [
|
|
558
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
559
|
+
{ "name": "--filter", "description": "A label filter to limit the tests that are run (comma-separated list of key=value)", "type": "string" },
|
|
560
|
+
{ "name": "--timeout", "description": "Time to wait for any individual Kubernetes operation (default 5m0s)", "type": "string" },
|
|
561
|
+
{ "name": "--logs", "description": "Dump the logs from test pods" }
|
|
562
|
+
],
|
|
563
|
+
"examples": [
|
|
564
|
+
"helm test my-release",
|
|
565
|
+
"helm test my-release -n my-namespace",
|
|
566
|
+
"helm test my-release --logs",
|
|
567
|
+
"helm test my-release --timeout 10m",
|
|
568
|
+
"helm test my-release --filter name=my-release-test-connection"
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "rollback",
|
|
573
|
+
"description": "Roll back a release to a previous revision",
|
|
574
|
+
"args": [
|
|
575
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name" },
|
|
576
|
+
{ "name": "<revision>", "type": "number", "required": false, "description": "Revision number to roll back to (default: previous)" }
|
|
577
|
+
],
|
|
578
|
+
"options": [
|
|
579
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
580
|
+
{ "name": "--dry-run", "description": "Simulate a rollback" },
|
|
581
|
+
{ "name": "--force", "description": "Force resource update through delete/recreate if needed" },
|
|
582
|
+
{ "name": "--no-hooks", "description": "Prevent hooks from running during rollback" },
|
|
583
|
+
{ "name": "--recreate-pods", "description": "Perform pods restart for the resource (DEPRECATED)" },
|
|
584
|
+
{ "name": "--timeout", "description": "Time to wait for any individual Kubernetes operation (default 5m0s)", "type": "string" },
|
|
585
|
+
{ "name": "--wait", "description": "Wait until all Pods, PVCs, Services, Deployments, StatefulSets, or ReplicaSets are in a ready state" },
|
|
586
|
+
{ "name": "--wait-for-jobs", "description": "Wait for all Jobs to complete" },
|
|
587
|
+
{ "name": "--cleanup-on-fail", "description": "Delete newly created resources on a failed rollback" },
|
|
588
|
+
{ "name": "--history-max", "description": "Limit the maximum number of revisions saved per release", "type": "number" }
|
|
589
|
+
],
|
|
590
|
+
"examples": [
|
|
591
|
+
"helm rollback my-release",
|
|
592
|
+
"helm rollback my-release 1",
|
|
593
|
+
"helm rollback my-release 3 -n my-namespace",
|
|
594
|
+
"helm rollback my-release 2 --dry-run",
|
|
595
|
+
"helm rollback my-release 1 --wait --timeout 5m",
|
|
596
|
+
"helm rollback my-release 2 --force",
|
|
597
|
+
"helm rollback my-release 1 --cleanup-on-fail"
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "history",
|
|
602
|
+
"description": "Fetch release history",
|
|
603
|
+
"args": [
|
|
604
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name" }
|
|
605
|
+
],
|
|
606
|
+
"options": [
|
|
607
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
608
|
+
{ "name": "--max", "description": "Maximum number of revisions to include in history", "type": "number" },
|
|
609
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" }
|
|
610
|
+
],
|
|
611
|
+
"examples": [
|
|
612
|
+
"helm history my-release",
|
|
613
|
+
"helm history my-release -n my-namespace",
|
|
614
|
+
"helm history my-release --max 10",
|
|
615
|
+
"helm history my-release -o json",
|
|
616
|
+
"helm history my-release -o yaml"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "status",
|
|
621
|
+
"description": "Display the status of a named release",
|
|
622
|
+
"args": [
|
|
623
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name" }
|
|
624
|
+
],
|
|
625
|
+
"options": [
|
|
626
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
627
|
+
{ "name": "--revision", "description": "Display the status of a specific revision", "type": "number" },
|
|
628
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" },
|
|
629
|
+
{ "name": "--show-desc", "description": "Display the description message of the named release" },
|
|
630
|
+
{ "name": "--show-resources", "description": "Display the resources of the named release" }
|
|
631
|
+
],
|
|
632
|
+
"examples": [
|
|
633
|
+
"helm status my-release",
|
|
634
|
+
"helm status my-release -n my-namespace",
|
|
635
|
+
"helm status my-release --revision 3",
|
|
636
|
+
"helm status my-release -o json",
|
|
637
|
+
"helm status my-release --show-desc",
|
|
638
|
+
"helm status my-release --show-resources"
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "get all",
|
|
643
|
+
"description": "Download all information for a named release",
|
|
644
|
+
"args": [
|
|
645
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name" }
|
|
646
|
+
],
|
|
647
|
+
"options": [
|
|
648
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
649
|
+
{ "name": "--revision", "description": "Get the named release with revision", "type": "number" },
|
|
650
|
+
{ "name": "--template", "description": "Go template for formatting the output", "type": "string" }
|
|
651
|
+
],
|
|
652
|
+
"examples": [
|
|
653
|
+
"helm get all my-release",
|
|
654
|
+
"helm get all my-release -n my-namespace",
|
|
655
|
+
"helm get all my-release --revision 2"
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"name": "get hooks",
|
|
660
|
+
"description": "Download all hooks for a named release",
|
|
661
|
+
"args": [
|
|
662
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name" }
|
|
663
|
+
],
|
|
664
|
+
"options": [
|
|
665
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
666
|
+
{ "name": "--revision", "description": "Get the named release with revision", "type": "number" }
|
|
667
|
+
],
|
|
668
|
+
"examples": [
|
|
669
|
+
"helm get hooks my-release",
|
|
670
|
+
"helm get hooks my-release -n my-namespace",
|
|
671
|
+
"helm get hooks my-release --revision 2"
|
|
672
|
+
]
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "get manifest",
|
|
676
|
+
"description": "Download the manifest for a named release",
|
|
677
|
+
"args": [
|
|
678
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name" }
|
|
679
|
+
],
|
|
680
|
+
"options": [
|
|
681
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
682
|
+
{ "name": "--revision", "description": "Get the named release with revision", "type": "number" }
|
|
683
|
+
],
|
|
684
|
+
"examples": [
|
|
685
|
+
"helm get manifest my-release",
|
|
686
|
+
"helm get manifest my-release -n my-namespace",
|
|
687
|
+
"helm get manifest my-release --revision 2"
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "get notes",
|
|
692
|
+
"description": "Download the notes for a named release",
|
|
693
|
+
"args": [
|
|
694
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name" }
|
|
695
|
+
],
|
|
696
|
+
"options": [
|
|
697
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
698
|
+
{ "name": "--revision", "description": "Get the named release with revision", "type": "number" }
|
|
699
|
+
],
|
|
700
|
+
"examples": [
|
|
701
|
+
"helm get notes my-release",
|
|
702
|
+
"helm get notes my-release -n my-namespace",
|
|
703
|
+
"helm get notes my-release --revision 2"
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "get values",
|
|
708
|
+
"description": "Download the values file for a named release",
|
|
709
|
+
"args": [
|
|
710
|
+
{ "name": "<release>", "type": "string", "required": true, "description": "Release name" }
|
|
711
|
+
],
|
|
712
|
+
"options": [
|
|
713
|
+
{ "name": "--namespace", "short": "-n", "description": "Kubernetes namespace of the release", "type": "string" },
|
|
714
|
+
{ "name": "--revision", "description": "Get the named release with revision", "type": "number" },
|
|
715
|
+
{ "name": "--all", "short": "-a", "description": "Dump all (computed) values" },
|
|
716
|
+
{ "name": "--output", "short": "-o", "description": "Output format (table|json|yaml)", "type": "string" }
|
|
717
|
+
],
|
|
718
|
+
"examples": [
|
|
719
|
+
"helm get values my-release",
|
|
720
|
+
"helm get values my-release -n my-namespace",
|
|
721
|
+
"helm get values my-release --all",
|
|
722
|
+
"helm get values my-release -o json",
|
|
723
|
+
"helm get values my-release --revision 2",
|
|
724
|
+
"helm get values my-release -a -o yaml > all-values.yaml"
|
|
725
|
+
]
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "create",
|
|
729
|
+
"description": "Create a new chart with the given name",
|
|
730
|
+
"args": [
|
|
731
|
+
{ "name": "<name>", "type": "string", "required": true, "description": "Name for the new chart" }
|
|
732
|
+
],
|
|
733
|
+
"options": [
|
|
734
|
+
{ "name": "--starter", "short": "-p", "description": "Name or absolute path to starter scaffold", "type": "string" }
|
|
735
|
+
],
|
|
736
|
+
"examples": [
|
|
737
|
+
"helm create my-chart",
|
|
738
|
+
"helm create my-chart --starter my-starter"
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "dependency build",
|
|
743
|
+
"description": "Rebuild the charts/ directory based on Chart.lock",
|
|
744
|
+
"args": [
|
|
745
|
+
{ "name": "<chart>", "type": "path", "required": false, "description": "Chart path (default '.')" }
|
|
746
|
+
],
|
|
747
|
+
"options": [
|
|
748
|
+
{ "name": "--keyring", "description": "Keyring containing public keys", "type": "path" },
|
|
749
|
+
{ "name": "--skip-refresh", "description": "Do not refresh the local repository cache" },
|
|
750
|
+
{ "name": "--verify", "description": "Verify the packages against signatures" }
|
|
751
|
+
],
|
|
752
|
+
"examples": [
|
|
753
|
+
"helm dependency build",
|
|
754
|
+
"helm dependency build ./my-chart",
|
|
755
|
+
"helm dependency build --skip-refresh"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "dependency list",
|
|
760
|
+
"description": "List the dependencies for the given chart",
|
|
761
|
+
"args": [
|
|
762
|
+
{ "name": "<chart>", "type": "path", "required": false, "description": "Chart path (default '.')" }
|
|
763
|
+
],
|
|
764
|
+
"options": [
|
|
765
|
+
{ "name": "--max-col-width", "description": "Maximum column width for output table", "type": "number" }
|
|
766
|
+
],
|
|
767
|
+
"examples": [
|
|
768
|
+
"helm dependency list",
|
|
769
|
+
"helm dependency list ./my-chart"
|
|
770
|
+
]
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "dependency update",
|
|
774
|
+
"description": "Update charts/ based on the contents of Chart.yaml",
|
|
775
|
+
"args": [
|
|
776
|
+
{ "name": "<chart>", "type": "path", "required": false, "description": "Chart path (default '.')" }
|
|
777
|
+
],
|
|
778
|
+
"options": [
|
|
779
|
+
{ "name": "--keyring", "description": "Keyring containing public keys", "type": "path" },
|
|
780
|
+
{ "name": "--skip-refresh", "description": "Do not refresh the local repository cache" },
|
|
781
|
+
{ "name": "--verify", "description": "Verify the packages against signatures" }
|
|
782
|
+
],
|
|
783
|
+
"examples": [
|
|
784
|
+
"helm dependency update",
|
|
785
|
+
"helm dependency update ./my-chart",
|
|
786
|
+
"helm dependency update --skip-refresh"
|
|
787
|
+
]
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"name": "plugin install",
|
|
791
|
+
"description": "Install one or more Helm plugins",
|
|
792
|
+
"args": [
|
|
793
|
+
{ "name": "<path|url>...", "type": "string", "required": true, "description": "Path to plugin directory or URL of a VCS repo" }
|
|
794
|
+
],
|
|
795
|
+
"options": [
|
|
796
|
+
{ "name": "--version", "description": "Specify a version constraint for the plugin", "type": "string" }
|
|
797
|
+
],
|
|
798
|
+
"examples": [
|
|
799
|
+
"helm plugin install https://github.com/databus23/helm-diff",
|
|
800
|
+
"helm plugin install https://github.com/jkroepke/helm-secrets",
|
|
801
|
+
"helm plugin install https://github.com/databus23/helm-diff --version 3.8.1",
|
|
802
|
+
"helm plugin install ./my-plugin"
|
|
803
|
+
]
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"name": "plugin list",
|
|
807
|
+
"description": "List installed Helm plugins",
|
|
808
|
+
"args": [],
|
|
809
|
+
"options": [],
|
|
810
|
+
"examples": [
|
|
811
|
+
"helm plugin list"
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "plugin uninstall",
|
|
816
|
+
"description": "Uninstall one or more Helm plugins",
|
|
817
|
+
"args": [
|
|
818
|
+
{ "name": "<plugin>...", "type": "string", "required": true, "description": "Plugin name(s) to uninstall" }
|
|
819
|
+
],
|
|
820
|
+
"options": [],
|
|
821
|
+
"examples": [
|
|
822
|
+
"helm plugin uninstall diff",
|
|
823
|
+
"helm plugin uninstall diff secrets"
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "plugin update",
|
|
828
|
+
"description": "Update one or more Helm plugins",
|
|
829
|
+
"args": [
|
|
830
|
+
{ "name": "<plugin>...", "type": "string", "required": true, "description": "Plugin name(s) to update" }
|
|
831
|
+
],
|
|
832
|
+
"options": [],
|
|
833
|
+
"examples": [
|
|
834
|
+
"helm plugin update diff",
|
|
835
|
+
"helm plugin update diff secrets"
|
|
836
|
+
]
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "env",
|
|
840
|
+
"description": "Helm client environment information",
|
|
841
|
+
"args": [],
|
|
842
|
+
"options": [],
|
|
843
|
+
"examples": [
|
|
844
|
+
"helm env",
|
|
845
|
+
"helm env HELM_REPOSITORY_CACHE",
|
|
846
|
+
"helm env HELM_DATA_HOME"
|
|
847
|
+
]
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"name": "verify",
|
|
851
|
+
"description": "Verify that a chart at the given path has been signed and is valid",
|
|
852
|
+
"args": [
|
|
853
|
+
{ "name": "<path>", "type": "path", "required": true, "description": "Path to the chart archive" }
|
|
854
|
+
],
|
|
855
|
+
"options": [
|
|
856
|
+
{ "name": "--keyring", "description": "Keyring containing public keys", "type": "path" }
|
|
857
|
+
],
|
|
858
|
+
"examples": [
|
|
859
|
+
"helm verify ./my-chart-0.1.0.tgz",
|
|
860
|
+
"helm verify ./my-chart-0.1.0.tgz --keyring public.gpg"
|
|
861
|
+
]
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "version",
|
|
865
|
+
"description": "Print the client version information",
|
|
866
|
+
"args": [],
|
|
867
|
+
"options": [
|
|
868
|
+
{ "name": "--short", "description": "Print the version number only" },
|
|
869
|
+
{ "name": "--template", "description": "Template for the version string format", "type": "string" }
|
|
870
|
+
],
|
|
871
|
+
"examples": [
|
|
872
|
+
"helm version",
|
|
873
|
+
"helm version --short",
|
|
874
|
+
"helm version --template '{{.Version}}'"
|
|
875
|
+
]
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "completion",
|
|
879
|
+
"description": "Generate autocompletion scripts for the specified shell",
|
|
880
|
+
"args": [
|
|
881
|
+
{ "name": "<shell>", "type": "string", "required": true, "description": "Shell type (bash|zsh|fish|powershell)" }
|
|
882
|
+
],
|
|
883
|
+
"options": [
|
|
884
|
+
{ "name": "--no-descriptions", "description": "Disable completion descriptions" }
|
|
885
|
+
],
|
|
886
|
+
"examples": [
|
|
887
|
+
"helm completion bash",
|
|
888
|
+
"helm completion zsh",
|
|
889
|
+
"helm completion fish",
|
|
890
|
+
"helm completion powershell",
|
|
891
|
+
"source <(helm completion bash)",
|
|
892
|
+
"helm completion bash > /etc/bash_completion.d/helm",
|
|
893
|
+
"helm completion zsh > \"${fpath[1]}/_helm\"",
|
|
894
|
+
"helm completion fish | source"
|
|
895
|
+
]
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "registry login",
|
|
899
|
+
"description": "Authenticate to an OCI registry",
|
|
900
|
+
"args": [
|
|
901
|
+
{ "name": "<host>", "type": "string", "required": true, "description": "Registry host" }
|
|
902
|
+
],
|
|
903
|
+
"options": [
|
|
904
|
+
{ "name": "--username", "short": "-u", "description": "Registry username", "type": "string" },
|
|
905
|
+
{ "name": "--password", "short": "-p", "description": "Registry password or identity token", "type": "string" },
|
|
906
|
+
{ "name": "--password-stdin", "description": "Read password from stdin" },
|
|
907
|
+
{ "name": "--ca-file", "description": "Verify certificates against this CA bundle", "type": "path" },
|
|
908
|
+
{ "name": "--cert-file", "description": "Identify HTTPS client using this SSL certificate file", "type": "path" },
|
|
909
|
+
{ "name": "--key-file", "description": "Identify HTTPS client using this SSL key file", "type": "path" },
|
|
910
|
+
{ "name": "--insecure", "description": "Allow connections to TLS registry without certs" }
|
|
911
|
+
],
|
|
912
|
+
"examples": [
|
|
913
|
+
"helm registry login registry.example.com -u admin -p secret",
|
|
914
|
+
"helm registry login ghcr.io -u USERNAME --password-stdin",
|
|
915
|
+
"echo $TOKEN | helm registry login registry.example.com -u admin --password-stdin"
|
|
916
|
+
]
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "registry logout",
|
|
920
|
+
"description": "Remove credentials stored for a remote registry",
|
|
921
|
+
"args": [
|
|
922
|
+
{ "name": "<host>", "type": "string", "required": true, "description": "Registry host" }
|
|
923
|
+
],
|
|
924
|
+
"options": [],
|
|
925
|
+
"examples": [
|
|
926
|
+
"helm registry logout registry.example.com",
|
|
927
|
+
"helm registry logout ghcr.io"
|
|
928
|
+
]
|
|
929
|
+
}
|
|
930
|
+
],
|
|
931
|
+
"globalOptions": [
|
|
932
|
+
{ "name": "--debug", "description": "Enable verbose output" },
|
|
933
|
+
{ "name": "--kube-apiserver", "description": "The address and port of the Kubernetes API server", "type": "string" },
|
|
934
|
+
{ "name": "--kube-as-group", "description": "Group to impersonate for the operation (repeatable)", "type": "string" },
|
|
935
|
+
{ "name": "--kube-as-user", "description": "Username to impersonate for the operation", "type": "string" },
|
|
936
|
+
{ "name": "--kube-ca-file", "description": "The certificate authority file for the Kubernetes API server connection", "type": "path" },
|
|
937
|
+
{ "name": "--kube-context", "description": "Name of the kubeconfig context to use", "type": "string" },
|
|
938
|
+
{ "name": "--kube-insecure-skip-tls-verify", "description": "Skip TLS certificate verification for Kubernetes API server" },
|
|
939
|
+
{ "name": "--kube-tls-server-name", "description": "Server name to use for Kubernetes API server TLS certificate validation", "type": "string" },
|
|
940
|
+
{ "name": "--kube-token", "description": "Bearer token used for authentication", "type": "string" },
|
|
941
|
+
{ "name": "--kubeconfig", "description": "Path to the kubeconfig file", "type": "path" },
|
|
942
|
+
{ "name": "--namespace", "short": "-n", "description": "Namespace scope for this request", "type": "string" },
|
|
943
|
+
{ "name": "--registry-config", "description": "Path to the registry config file", "type": "path" },
|
|
944
|
+
{ "name": "--repository-cache", "description": "Path to the directory containing cached repository indexes", "type": "path" },
|
|
945
|
+
{ "name": "--repository-config", "description": "Path to the file containing repository names and URLs", "type": "path" },
|
|
946
|
+
{ "name": "--burst-limit", "description": "Client-side default throttling limit", "type": "number" },
|
|
947
|
+
{ "name": "--qps", "description": "Queries per second used when communicating with the Kubernetes API", "type": "number" }
|
|
948
|
+
],
|
|
949
|
+
"examples": [
|
|
950
|
+
"helm install my-release bitnami/nginx",
|
|
951
|
+
"helm upgrade --install my-release bitnami/nginx -n production --create-namespace",
|
|
952
|
+
"helm uninstall my-release -n production",
|
|
953
|
+
"helm list --all-namespaces",
|
|
954
|
+
"helm repo add bitnami https://charts.bitnami.com/bitnami && helm repo update",
|
|
955
|
+
"helm search repo nginx --versions",
|
|
956
|
+
"helm show values bitnami/nginx > values.yaml",
|
|
957
|
+
"helm template my-release bitnami/nginx -f values.yaml",
|
|
958
|
+
"helm rollback my-release 1",
|
|
959
|
+
"helm history my-release -o json",
|
|
960
|
+
"helm get values my-release --all -o yaml",
|
|
961
|
+
"helm status my-release --show-resources",
|
|
962
|
+
"helm package ./my-chart && helm push my-chart-0.1.0.tgz oci://registry.example.com/charts",
|
|
963
|
+
"helm lint ./my-chart --strict",
|
|
964
|
+
"helm dependency update ./my-chart",
|
|
965
|
+
"helm create my-new-chart",
|
|
966
|
+
"helm plugin install https://github.com/databus23/helm-diff",
|
|
967
|
+
"helm diff upgrade my-release bitnami/nginx -f values.yaml",
|
|
968
|
+
"helm pull bitnami/nginx --untar",
|
|
969
|
+
"helm test my-release --logs"
|
|
970
|
+
],
|
|
971
|
+
"relatedCommands": ["kubectl", "kustomize"],
|
|
972
|
+
"contextEngine": {
|
|
973
|
+
"detectors": [
|
|
974
|
+
{
|
|
975
|
+
"name": "releases",
|
|
976
|
+
"description": "All deployed Helm releases across all namespaces",
|
|
977
|
+
"command": "helm list --all-namespaces --no-headers",
|
|
978
|
+
"parser": "table",
|
|
979
|
+
"cacheFor": 15,
|
|
980
|
+
"requiresCmd": "helm"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "release_details",
|
|
984
|
+
"description": "Detailed Helm release information with status, chart, app version, and namespace in JSON format",
|
|
985
|
+
"command": "helm list -o json",
|
|
986
|
+
"parser": "json",
|
|
987
|
+
"cacheFor": 15,
|
|
988
|
+
"requiresCmd": "helm"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "release_details_all",
|
|
992
|
+
"description": "Detailed Helm release information across all namespaces in JSON format",
|
|
993
|
+
"command": "helm list --all-namespaces -o json",
|
|
994
|
+
"parser": "json",
|
|
995
|
+
"cacheFor": 15,
|
|
996
|
+
"requiresCmd": "helm"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "failed_releases",
|
|
1000
|
+
"description": "Helm releases in a failed state across all namespaces",
|
|
1001
|
+
"command": "helm list --all-namespaces --failed --no-headers",
|
|
1002
|
+
"parser": "table",
|
|
1003
|
+
"cacheFor": 15,
|
|
1004
|
+
"requiresCmd": "helm"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "pending_releases",
|
|
1008
|
+
"description": "Helm releases in a pending state across all namespaces",
|
|
1009
|
+
"command": "helm list --all-namespaces --pending --no-headers",
|
|
1010
|
+
"parser": "table",
|
|
1011
|
+
"cacheFor": 10,
|
|
1012
|
+
"requiresCmd": "helm"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "repos",
|
|
1016
|
+
"description": "Configured Helm chart repositories with names and URLs",
|
|
1017
|
+
"command": "helm repo list --no-headers",
|
|
1018
|
+
"parser": "table",
|
|
1019
|
+
"cacheFor": 60,
|
|
1020
|
+
"requiresCmd": "helm"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "repos_json",
|
|
1024
|
+
"description": "Configured Helm chart repositories in JSON format",
|
|
1025
|
+
"command": "helm repo list -o json",
|
|
1026
|
+
"parser": "json",
|
|
1027
|
+
"cacheFor": 60,
|
|
1028
|
+
"requiresCmd": "helm"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "plugins",
|
|
1032
|
+
"description": "Installed Helm plugins with name and version",
|
|
1033
|
+
"command": "helm plugin list --no-headers",
|
|
1034
|
+
"parser": "table",
|
|
1035
|
+
"cacheFor": 120,
|
|
1036
|
+
"requiresCmd": "helm"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "env_vars",
|
|
1040
|
+
"description": "Helm client environment variables (data home, config home, cache, plugins, registry, repository paths)",
|
|
1041
|
+
"command": "helm env",
|
|
1042
|
+
"parser": "lines",
|
|
1043
|
+
"cacheFor": 300,
|
|
1044
|
+
"requiresCmd": "helm"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "helm_version",
|
|
1048
|
+
"description": "Installed Helm client version",
|
|
1049
|
+
"command": "helm version --short",
|
|
1050
|
+
"parser": "text",
|
|
1051
|
+
"cacheFor": 600,
|
|
1052
|
+
"requiresCmd": "helm"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"name": "kube_context",
|
|
1056
|
+
"description": "Current active Kubernetes context used by Helm",
|
|
1057
|
+
"command": "kubectl config current-context",
|
|
1058
|
+
"parser": "text",
|
|
1059
|
+
"cacheFor": 30,
|
|
1060
|
+
"requiresCmd": "kubectl"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "kube_contexts",
|
|
1064
|
+
"description": "All available Kubernetes contexts",
|
|
1065
|
+
"command": "kubectl config get-contexts --no-headers -o name",
|
|
1066
|
+
"parser": "lines",
|
|
1067
|
+
"cacheFor": 60,
|
|
1068
|
+
"requiresCmd": "kubectl"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "namespaces",
|
|
1072
|
+
"description": "All Kubernetes namespaces available for Helm releases",
|
|
1073
|
+
"command": "kubectl get namespaces -o jsonpath='{.items[*].metadata.name}'",
|
|
1074
|
+
"parser": "text",
|
|
1075
|
+
"cacheFor": 30,
|
|
1076
|
+
"requiresCmd": "kubectl"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "chart_dependencies",
|
|
1080
|
+
"description": "Dependencies of the Helm chart in the current directory",
|
|
1081
|
+
"command": "helm dependency list . 2>/dev/null",
|
|
1082
|
+
"parser": "table",
|
|
1083
|
+
"cacheFor": 30,
|
|
1084
|
+
"requiresCmd": "helm"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "release_history",
|
|
1088
|
+
"description": "Revision history for all releases in the current namespace",
|
|
1089
|
+
"command": "helm list --no-headers -q | xargs -I{} helm history {} --max 5 2>/dev/null",
|
|
1090
|
+
"parser": "text",
|
|
1091
|
+
"cacheFor": 30,
|
|
1092
|
+
"requiresCmd": "helm"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "oci_registries",
|
|
1096
|
+
"description": "Configured OCI registry authentication entries",
|
|
1097
|
+
"command": "helm registry list 2>/dev/null || echo 'no registries configured'",
|
|
1098
|
+
"parser": "text",
|
|
1099
|
+
"cacheFor": 120,
|
|
1100
|
+
"requiresCmd": "helm"
|
|
1101
|
+
}
|
|
1102
|
+
]
|
|
1103
|
+
}
|
|
1104
|
+
}
|