@enjoys/context-engine 1.5.1 → 1.6.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.
Files changed (145) hide show
  1. package/README.md +214 -62
  2. package/data/commands/ab.json +80 -0
  3. package/data/commands/act.json +82 -0
  4. package/data/commands/age.json +68 -0
  5. package/data/commands/argocd.json +109 -0
  6. package/data/commands/asdf.json +102 -0
  7. package/data/commands/astro.json +106 -0
  8. package/data/commands/at.json +52 -0
  9. package/data/commands/babel.json +83 -0
  10. package/data/commands/buildah.json +105 -0
  11. package/data/commands/cabal.json +114 -0
  12. package/data/commands/cdk.json +127 -0
  13. package/data/commands/changeset.json +68 -0
  14. package/data/commands/checkov.json +75 -0
  15. package/data/commands/commitlint.json +60 -0
  16. package/data/commands/concurrently.json +62 -0
  17. package/data/commands/conventional-commits.json +30 -0
  18. package/data/commands/cosign.json +103 -0
  19. package/data/commands/crane.json +109 -0
  20. package/data/commands/cron.json +29 -0
  21. package/data/commands/crystal.json +102 -0
  22. package/data/commands/csvkit.json +96 -0
  23. package/data/commands/cut.json +62 -0
  24. package/data/commands/df.json +66 -0
  25. package/data/commands/diff.json +72 -0
  26. package/data/commands/dig.json +67 -0
  27. package/data/commands/dmesg.json +65 -0
  28. package/data/commands/dotnet.json +136 -0
  29. package/data/commands/du.json +71 -0
  30. package/data/commands/echo.json +45 -0
  31. package/data/commands/eksctl.json +101 -0
  32. package/data/commands/eleventy.json +73 -0
  33. package/data/commands/entr.json +50 -0
  34. package/data/commands/env.json +43 -0
  35. package/data/commands/erlang.json +76 -0
  36. package/data/commands/esbuild.json +91 -0
  37. package/data/commands/ffmpeg.json +115 -0
  38. package/data/commands/fnm.json +100 -0
  39. package/data/commands/free.json +63 -0
  40. package/data/commands/func.json +89 -0
  41. package/data/commands/gatsby.json +106 -0
  42. package/data/commands/ghc.json +79 -0
  43. package/data/commands/ghostscript.json +77 -0
  44. package/data/commands/git-lfs.json +95 -0
  45. package/data/commands/gpg.json +112 -0
  46. package/data/commands/grafana-cli.json +97 -0
  47. package/data/commands/grpcurl.json +74 -0
  48. package/data/commands/grype.json +75 -0
  49. package/data/commands/hadolint.json +61 -0
  50. package/data/commands/head.json +48 -0
  51. package/data/commands/hexo.json +101 -0
  52. package/data/commands/hey.json +91 -0
  53. package/data/commands/hostname.json +52 -0
  54. package/data/commands/httpie.json +101 -0
  55. package/data/commands/hugo.json +106 -0
  56. package/data/commands/husky.json +52 -0
  57. package/data/commands/id.json +50 -0
  58. package/data/commands/ifconfig.json +47 -0
  59. package/data/commands/imagemagick.json +117 -0
  60. package/data/commands/inotifywait.json +70 -0
  61. package/data/commands/ip.json +103 -0
  62. package/data/commands/istioctl.json +105 -0
  63. package/data/commands/javac.json +87 -0
  64. package/data/commands/jekyll.json +105 -0
  65. package/data/commands/kill.json +57 -0
  66. package/data/commands/killall.json +60 -0
  67. package/data/commands/kind.json +98 -0
  68. package/data/commands/ko.json +89 -0
  69. package/data/commands/kustomize.json +70 -0
  70. package/data/commands/latex.json +65 -0
  71. package/data/commands/lerna.json +125 -0
  72. package/data/commands/ln.json +54 -0
  73. package/data/commands/lsof.json +69 -0
  74. package/data/commands/manifest.json +1 -1
  75. package/data/commands/miller.json +58 -0
  76. package/data/commands/mise.json +107 -0
  77. package/data/commands/mix.json +128 -0
  78. package/data/commands/mkdir.json +43 -0
  79. package/data/commands/mount.json +63 -0
  80. package/data/commands/nc.json +71 -0
  81. package/data/commands/netstat.json +74 -0
  82. package/data/commands/nim.json +104 -0
  83. package/data/commands/nohup.json +28 -0
  84. package/data/commands/nslookup.json +46 -0
  85. package/data/commands/nvm.json +91 -0
  86. package/data/commands/ocaml.json +68 -0
  87. package/data/commands/opam.json +111 -0
  88. package/data/commands/pandoc.json +100 -0
  89. package/data/commands/parallel.json +73 -0
  90. package/data/commands/patch.json +55 -0
  91. package/data/commands/ping.json +73 -0
  92. package/data/commands/podman.json +151 -0
  93. package/data/commands/postman.json +82 -0
  94. package/data/commands/pre-commit.json +101 -0
  95. package/data/commands/prometheus.json +65 -0
  96. package/data/commands/pyenv.json +87 -0
  97. package/data/commands/q.json +63 -0
  98. package/data/commands/rbenv.json +85 -0
  99. package/data/commands/rebar3.json +110 -0
  100. package/data/commands/remix.json +80 -0
  101. package/data/commands/rollup.json +74 -0
  102. package/data/commands/route.json +53 -0
  103. package/data/commands/rustc.json +90 -0
  104. package/data/commands/sam.json +122 -0
  105. package/data/commands/sdkman.json +89 -0
  106. package/data/commands/semantic-release.json +58 -0
  107. package/data/commands/semgrep.json +97 -0
  108. package/data/commands/serverless.json +121 -0
  109. package/data/commands/shellcheck.json +61 -0
  110. package/data/commands/skopeo.json +79 -0
  111. package/data/commands/socat.json +43 -0
  112. package/data/commands/sops.json +85 -0
  113. package/data/commands/sort.json +75 -0
  114. package/data/commands/sqlite-utils.json +109 -0
  115. package/data/commands/ss.json +75 -0
  116. package/data/commands/stack.json +115 -0
  117. package/data/commands/storybook.json +90 -0
  118. package/data/commands/strace.json +71 -0
  119. package/data/commands/svelte.json +89 -0
  120. package/data/commands/swc.json +73 -0
  121. package/data/commands/swiftc.json +83 -0
  122. package/data/commands/syft.json +77 -0
  123. package/data/commands/tail.json +58 -0
  124. package/data/commands/tee.json +38 -0
  125. package/data/commands/tflint.json +83 -0
  126. package/data/commands/touch.json +57 -0
  127. package/data/commands/traceroute.json +70 -0
  128. package/data/commands/tracert.json +49 -0
  129. package/data/commands/umount.json +49 -0
  130. package/data/commands/uniq.json +59 -0
  131. package/data/commands/vagrant.json +112 -0
  132. package/data/commands/vegeta.json +59 -0
  133. package/data/commands/volta.json +87 -0
  134. package/data/commands/watch.json +58 -0
  135. package/data/commands/wc.json +50 -0
  136. package/data/commands/webpack.json +94 -0
  137. package/data/commands/which.json +34 -0
  138. package/data/commands/whoami.json +27 -0
  139. package/data/commands/wrangler.json +124 -0
  140. package/data/commands/wrk.json +63 -0
  141. package/data/commands/xargs.json +66 -0
  142. package/data/commands/xsv.json +119 -0
  143. package/data/commands/zig.json +114 -0
  144. package/data/manifest.json +1 -1
  145. package/package.json +2 -2
@@ -0,0 +1,105 @@
1
+ {
2
+ "name": "istioctl",
3
+ "description": "Istio service mesh CLI",
4
+ "category": "containers",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "install",
19
+ "description": "Install Istio",
20
+ "examples": [
21
+ "istioctl install --set profile=demo"
22
+ ]
23
+ },
24
+ {
25
+ "name": "analyze",
26
+ "description": "Analyze Istio configuration",
27
+ "examples": [
28
+ "istioctl analyze"
29
+ ]
30
+ },
31
+ {
32
+ "name": "proxy-status",
33
+ "description": "Show proxy sync status",
34
+ "examples": [
35
+ "istioctl proxy-status"
36
+ ]
37
+ },
38
+ {
39
+ "name": "proxy-config",
40
+ "description": "Show proxy configuration",
41
+ "examples": [
42
+ "istioctl proxy-config clusters myapp-pod"
43
+ ]
44
+ },
45
+ {
46
+ "name": "dashboard",
47
+ "description": "Open web dashboards",
48
+ "examples": [
49
+ "istioctl dashboard kiali",
50
+ "istioctl dashboard grafana"
51
+ ]
52
+ },
53
+ {
54
+ "name": "kube-inject",
55
+ "description": "Inject Envoy sidecar",
56
+ "examples": [
57
+ "istioctl kube-inject -f deployment.yaml | kubectl apply -f -"
58
+ ]
59
+ },
60
+ {
61
+ "name": "verify-install",
62
+ "description": "Verify Istio installation",
63
+ "examples": [
64
+ "istioctl verify-install"
65
+ ]
66
+ },
67
+ {
68
+ "name": "uninstall",
69
+ "description": "Uninstall Istio",
70
+ "examples": [
71
+ "istioctl uninstall --purge"
72
+ ]
73
+ }
74
+ ],
75
+ "globalOptions": [
76
+ {
77
+ "name": "--context",
78
+ "description": "Kubernetes context",
79
+ "type": "string"
80
+ },
81
+ {
82
+ "name": "-n",
83
+ "description": "Namespace",
84
+ "type": "string"
85
+ },
86
+ {
87
+ "name": "--istioNamespace",
88
+ "description": "Istio system namespace",
89
+ "type": "string"
90
+ }
91
+ ],
92
+ "examples": [
93
+ "istioctl install --set profile=demo",
94
+ "istioctl analyze",
95
+ "istioctl proxy-status",
96
+ "istioctl dashboard kiali",
97
+ "istioctl verify-install"
98
+ ],
99
+ "relatedCommands": [
100
+ "kubectl",
101
+ "helm",
102
+ "argocd",
103
+ "linkerd"
104
+ ]
105
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ "name": "javac",
3
+ "description": "Java compiler",
4
+ "category": "languages",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [],
17
+ "globalOptions": [
18
+ {
19
+ "name": "-d",
20
+ "description": "Output directory",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "name": "-cp",
25
+ "description": "Classpath",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "-source",
30
+ "description": "Source version",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "-target",
35
+ "description": "Target bytecode version",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "-g",
40
+ "description": "Generate debug info"
41
+ },
42
+ {
43
+ "name": "-Werror",
44
+ "description": "Treat warnings as errors"
45
+ },
46
+ {
47
+ "name": "-deprecation",
48
+ "description": "Show deprecation details"
49
+ },
50
+ {
51
+ "name": "-Xlint",
52
+ "description": "Enable lint checks"
53
+ },
54
+ {
55
+ "name": "-encoding",
56
+ "description": "Source file encoding",
57
+ "type": "string"
58
+ },
59
+ {
60
+ "name": "-verbose",
61
+ "description": "Verbose output"
62
+ },
63
+ {
64
+ "name": "--release",
65
+ "description": "Compile for specific version",
66
+ "type": "string"
67
+ },
68
+ {
69
+ "name": "-sourcepath",
70
+ "description": "Source file path",
71
+ "type": "string"
72
+ }
73
+ ],
74
+ "examples": [
75
+ "javac Main.java",
76
+ "javac -d out/ src/*.java",
77
+ "javac -cp lib/* Main.java",
78
+ "javac --release 17 Main.java",
79
+ "javac -Xlint:all Main.java"
80
+ ],
81
+ "relatedCommands": [
82
+ "java",
83
+ "jar",
84
+ "gradle",
85
+ "mvn"
86
+ ]
87
+ }
@@ -0,0 +1,105 @@
1
+ {
2
+ "name": "jekyll",
3
+ "description": "Static site generator — transform text into static websites",
4
+ "category": "static-site",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [
15
+ {
16
+ "name": "new",
17
+ "description": "Create a new Jekyll site",
18
+ "examples": [
19
+ "jekyll new myblog"
20
+ ]
21
+ },
22
+ {
23
+ "name": "build",
24
+ "description": "Build the site",
25
+ "examples": [
26
+ "jekyll build",
27
+ "jekyll build --destination ./output"
28
+ ]
29
+ },
30
+ {
31
+ "name": "serve",
32
+ "description": "Start local server",
33
+ "examples": [
34
+ "jekyll serve",
35
+ "jekyll serve --livereload"
36
+ ]
37
+ },
38
+ {
39
+ "name": "doctor",
40
+ "description": "Check for issues",
41
+ "examples": [
42
+ "jekyll doctor"
43
+ ]
44
+ },
45
+ {
46
+ "name": "clean",
47
+ "description": "Clean the build output",
48
+ "examples": [
49
+ "jekyll clean"
50
+ ]
51
+ }
52
+ ],
53
+ "globalOptions": [
54
+ {
55
+ "name": "-s",
56
+ "description": "Source directory",
57
+ "type": "string"
58
+ },
59
+ {
60
+ "name": "-d",
61
+ "description": "Destination directory",
62
+ "type": "string"
63
+ },
64
+ {
65
+ "name": "--drafts",
66
+ "description": "Include drafts"
67
+ },
68
+ {
69
+ "name": "--livereload",
70
+ "description": "Enable live reload"
71
+ },
72
+ {
73
+ "name": "-H",
74
+ "description": "Host to bind to",
75
+ "type": "string"
76
+ },
77
+ {
78
+ "name": "-P",
79
+ "description": "Port number",
80
+ "type": "number"
81
+ },
82
+ {
83
+ "name": "--baseurl",
84
+ "description": "Base URL",
85
+ "type": "string"
86
+ },
87
+ {
88
+ "name": "--future",
89
+ "description": "Include future-dated posts"
90
+ }
91
+ ],
92
+ "examples": [
93
+ "jekyll new myblog",
94
+ "jekyll serve",
95
+ "jekyll build",
96
+ "jekyll serve --livereload",
97
+ "jekyll serve --drafts -P 4001"
98
+ ],
99
+ "relatedCommands": [
100
+ "hugo",
101
+ "gatsby",
102
+ "eleventy",
103
+ "bundler"
104
+ ]
105
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "kill",
3
+ "description": "Send a signal to a process",
4
+ "category": "system",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-s",
18
+ "description": "Specify signal to send",
19
+ "type": "string"
20
+ },
21
+ {
22
+ "name": "-l",
23
+ "description": "List signal names"
24
+ },
25
+ {
26
+ "name": "-9",
27
+ "description": "Send SIGKILL (force kill)"
28
+ },
29
+ {
30
+ "name": "-15",
31
+ "description": "Send SIGTERM (graceful)"
32
+ },
33
+ {
34
+ "name": "-HUP",
35
+ "description": "Send SIGHUP (hangup/reload)"
36
+ },
37
+ {
38
+ "name": "-INT",
39
+ "description": "Send SIGINT (interrupt)"
40
+ }
41
+ ],
42
+ "examples": [
43
+ "kill 1234",
44
+ "kill -9 1234",
45
+ "kill -SIGTERM 1234",
46
+ "kill -l",
47
+ "kill -HUP $(cat app.pid)",
48
+ "kill -0 1234 # check if process exists"
49
+ ],
50
+ "relatedCommands": [
51
+ "killall",
52
+ "pkill",
53
+ "ps",
54
+ "top",
55
+ "signal"
56
+ ]
57
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "name": "killall",
3
+ "description": "Kill processes by name",
4
+ "category": "system",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-s",
18
+ "description": "Send specified signal",
19
+ "type": "string"
20
+ },
21
+ {
22
+ "name": "-9",
23
+ "description": "Send SIGKILL"
24
+ },
25
+ {
26
+ "name": "-i",
27
+ "description": "Ask for confirmation before killing"
28
+ },
29
+ {
30
+ "name": "-v",
31
+ "description": "Report if signal was sent"
32
+ },
33
+ {
34
+ "name": "-w",
35
+ "description": "Wait for processes to die"
36
+ },
37
+ {
38
+ "name": "-u",
39
+ "description": "Kill only processes owned by user",
40
+ "type": "string"
41
+ },
42
+ {
43
+ "name": "-e",
44
+ "description": "Require exact match for long names"
45
+ }
46
+ ],
47
+ "examples": [
48
+ "killall firefox",
49
+ "killall -9 node",
50
+ "killall -i python",
51
+ "killall -u www-data apache2",
52
+ "killall -w myapp"
53
+ ],
54
+ "relatedCommands": [
55
+ "kill",
56
+ "pkill",
57
+ "pgrep",
58
+ "ps"
59
+ ]
60
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "name": "kind",
3
+ "description": "Kubernetes IN Docker — local Kubernetes clusters",
4
+ "category": "containers",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "create cluster",
19
+ "description": "Create a cluster",
20
+ "examples": [
21
+ "kind create cluster",
22
+ "kind create cluster --name my-cluster"
23
+ ]
24
+ },
25
+ {
26
+ "name": "delete cluster",
27
+ "description": "Delete a cluster",
28
+ "examples": [
29
+ "kind delete cluster"
30
+ ]
31
+ },
32
+ {
33
+ "name": "get clusters",
34
+ "description": "List clusters",
35
+ "examples": [
36
+ "kind get clusters"
37
+ ]
38
+ },
39
+ {
40
+ "name": "get nodes",
41
+ "description": "List cluster nodes",
42
+ "examples": [
43
+ "kind get nodes"
44
+ ]
45
+ },
46
+ {
47
+ "name": "load docker-image",
48
+ "description": "Load Docker image into cluster",
49
+ "examples": [
50
+ "kind load docker-image myapp:latest"
51
+ ]
52
+ },
53
+ {
54
+ "name": "export kubeconfig",
55
+ "description": "Export kubeconfig",
56
+ "examples": [
57
+ "kind export kubeconfig --name my-cluster"
58
+ ]
59
+ },
60
+ {
61
+ "name": "export logs",
62
+ "description": "Export cluster logs",
63
+ "examples": [
64
+ "kind export logs ./logs"
65
+ ]
66
+ }
67
+ ],
68
+ "globalOptions": [
69
+ {
70
+ "name": "--name",
71
+ "description": "Cluster name",
72
+ "type": "string"
73
+ },
74
+ {
75
+ "name": "--config",
76
+ "description": "Config file path",
77
+ "type": "file"
78
+ },
79
+ {
80
+ "name": "--image",
81
+ "description": "Node image to use",
82
+ "type": "string"
83
+ }
84
+ ],
85
+ "examples": [
86
+ "kind create cluster",
87
+ "kind create cluster --config kind-config.yaml",
88
+ "kind get clusters",
89
+ "kind load docker-image myapp:latest",
90
+ "kind delete cluster"
91
+ ],
92
+ "relatedCommands": [
93
+ "kubectl",
94
+ "minikube",
95
+ "docker",
96
+ "k3d"
97
+ ]
98
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "name": "ko",
3
+ "description": "Build and deploy Go applications to Kubernetes",
4
+ "category": "containers",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "build",
19
+ "description": "Build Go binary into container image",
20
+ "examples": [
21
+ "ko build ./cmd/app"
22
+ ]
23
+ },
24
+ {
25
+ "name": "apply",
26
+ "description": "Build and apply to Kubernetes",
27
+ "examples": [
28
+ "ko apply -f config/"
29
+ ]
30
+ },
31
+ {
32
+ "name": "resolve",
33
+ "description": "Build and print resolved YAML",
34
+ "examples": [
35
+ "ko resolve -f config/"
36
+ ]
37
+ },
38
+ {
39
+ "name": "delete",
40
+ "description": "Delete resources",
41
+ "examples": [
42
+ "ko delete -f config/"
43
+ ]
44
+ },
45
+ {
46
+ "name": "login",
47
+ "description": "Login to registry",
48
+ "examples": [
49
+ "ko login ghcr.io"
50
+ ]
51
+ }
52
+ ],
53
+ "globalOptions": [
54
+ {
55
+ "name": "--base-import-paths",
56
+ "short": "-B",
57
+ "description": "Use base import path for naming"
58
+ },
59
+ {
60
+ "name": "--tags",
61
+ "short": "-t",
62
+ "description": "Image tags",
63
+ "type": "string"
64
+ },
65
+ {
66
+ "name": "--platform",
67
+ "description": "Target platforms",
68
+ "type": "string"
69
+ },
70
+ {
71
+ "name": "--local",
72
+ "short": "-L",
73
+ "description": "Build to local Docker daemon"
74
+ }
75
+ ],
76
+ "examples": [
77
+ "ko build ./cmd/app",
78
+ "ko apply -f config/",
79
+ "ko build -B -t latest ./cmd/app",
80
+ "ko resolve -f deploy.yaml > resolved.yaml",
81
+ "KO_DOCKER_REPO=ghcr.io/user ko build ./cmd/app"
82
+ ],
83
+ "relatedCommands": [
84
+ "docker",
85
+ "kubectl",
86
+ "podman",
87
+ "buildah"
88
+ ]
89
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "kustomize",
3
+ "description": "Template-free Kubernetes configuration customization",
4
+ "category": "containers",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "build",
19
+ "description": "Build kustomization",
20
+ "examples": [
21
+ "kustomize build .",
22
+ "kustomize build overlays/production"
23
+ ]
24
+ },
25
+ {
26
+ "name": "edit",
27
+ "description": "Edit kustomization",
28
+ "examples": [
29
+ "kustomize edit add resource deploy.yaml",
30
+ "kustomize edit set image myapp=myapp:v2"
31
+ ]
32
+ },
33
+ {
34
+ "name": "create",
35
+ "description": "Create a new kustomization",
36
+ "examples": [
37
+ "kustomize create --autodetect"
38
+ ]
39
+ }
40
+ ],
41
+ "globalOptions": [
42
+ {
43
+ "name": "--enable-helm",
44
+ "description": "Enable Helm chart processing"
45
+ },
46
+ {
47
+ "name": "--load-restrictor",
48
+ "description": "Load restrictor policy",
49
+ "type": "string"
50
+ },
51
+ {
52
+ "name": "-o",
53
+ "description": "Output directory",
54
+ "type": "string"
55
+ }
56
+ ],
57
+ "examples": [
58
+ "kustomize build .",
59
+ "kustomize build . | kubectl apply -f -",
60
+ "kustomize edit set image app=app:v2",
61
+ "kustomize build overlays/prod",
62
+ "kustomize create --autodetect"
63
+ ],
64
+ "relatedCommands": [
65
+ "kubectl",
66
+ "helm",
67
+ "argocd",
68
+ "kind"
69
+ ]
70
+ }