@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,100 @@
1
+ {
2
+ "name": "pandoc",
3
+ "description": "Universal document converter",
4
+ "category": "media",
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": "-f",
20
+ "description": "Input format",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "name": "-t",
25
+ "description": "Output format",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "-o",
30
+ "description": "Output file",
31
+ "type": "file"
32
+ },
33
+ {
34
+ "name": "-s",
35
+ "description": "Standalone document"
36
+ },
37
+ {
38
+ "name": "--toc",
39
+ "description": "Include table of contents"
40
+ },
41
+ {
42
+ "name": "--template",
43
+ "description": "Custom template",
44
+ "type": "file"
45
+ },
46
+ {
47
+ "name": "--css",
48
+ "description": "CSS stylesheet",
49
+ "type": "file"
50
+ },
51
+ {
52
+ "name": "--metadata",
53
+ "description": "Set metadata",
54
+ "type": "string"
55
+ },
56
+ {
57
+ "name": "--filter",
58
+ "description": "JSON filter",
59
+ "type": "string"
60
+ },
61
+ {
62
+ "name": "--lua-filter",
63
+ "description": "Lua filter",
64
+ "type": "file"
65
+ },
66
+ {
67
+ "name": "--reference-doc",
68
+ "description": "Reference document for styling",
69
+ "type": "file"
70
+ },
71
+ {
72
+ "name": "--pdf-engine",
73
+ "description": "PDF engine (xelatex, wkhtmltopdf, etc.)",
74
+ "type": "string"
75
+ },
76
+ {
77
+ "name": "--highlight-style",
78
+ "description": "Syntax highlight theme",
79
+ "type": "string"
80
+ },
81
+ {
82
+ "name": "--number-sections",
83
+ "description": "Number section headings"
84
+ }
85
+ ],
86
+ "examples": [
87
+ "pandoc README.md -o readme.pdf",
88
+ "pandoc input.md -t html -s -o output.html",
89
+ "pandoc input.md -t docx -o output.docx",
90
+ "pandoc -f latex -t markdown input.tex -o output.md",
91
+ "pandoc --toc -s input.md -o output.html",
92
+ "pandoc input.md --pdf-engine=xelatex -o output.pdf"
93
+ ],
94
+ "relatedCommands": [
95
+ "latex",
96
+ "markdown",
97
+ "asciidoctor",
98
+ "groff"
99
+ ]
100
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "parallel",
3
+ "description": "GNU Parallel — build and execute shell command lines in parallel",
4
+ "category": "utilities",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-j",
18
+ "description": "Number of parallel jobs",
19
+ "type": "number"
20
+ },
21
+ {
22
+ "name": "--eta",
23
+ "description": "Show estimated time of arrival"
24
+ },
25
+ {
26
+ "name": "--progress",
27
+ "description": "Show progress"
28
+ },
29
+ {
30
+ "name": "--bar",
31
+ "description": "Show progress bar"
32
+ },
33
+ {
34
+ "name": "--dry-run",
35
+ "description": "Print commands without executing"
36
+ },
37
+ {
38
+ "name": "-k",
39
+ "description": "Keep output order same as input"
40
+ },
41
+ {
42
+ "name": "--halt",
43
+ "description": "Stop condition (now,fail=1 etc.)",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "-a",
48
+ "description": "Read input from file",
49
+ "type": "file"
50
+ },
51
+ {
52
+ "name": "--colsep",
53
+ "description": "Column separator for input",
54
+ "type": "string"
55
+ },
56
+ {
57
+ "name": "--pipe",
58
+ "description": "Pipe input to commands"
59
+ }
60
+ ],
61
+ "examples": [
62
+ "parallel gzip ::: *.log",
63
+ "ls *.jpg | parallel convert {} -resize 50% sm_{}",
64
+ "parallel -j 4 wget ::: url1 url2 url3 url4",
65
+ "seq 10 | parallel -j 4 'echo {}'",
66
+ "parallel --eta 'sleep {}' ::: 1 2 3 4 5"
67
+ ],
68
+ "relatedCommands": [
69
+ "xargs",
70
+ "make",
71
+ "bash"
72
+ ]
73
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "name": "patch",
3
+ "description": "Apply a diff file to an original",
4
+ "category": "coreutils",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-p",
18
+ "description": "Strip N leading path components",
19
+ "type": "number"
20
+ },
21
+ {
22
+ "name": "-R",
23
+ "description": "Reverse patch"
24
+ },
25
+ {
26
+ "name": "--dry-run",
27
+ "description": "Print results without modifying files"
28
+ },
29
+ {
30
+ "name": "-b",
31
+ "description": "Make backup before patching"
32
+ },
33
+ {
34
+ "name": "-i",
35
+ "description": "Read patch from file",
36
+ "type": "file"
37
+ },
38
+ {
39
+ "name": "-d",
40
+ "description": "Change to directory before doing anything",
41
+ "type": "string"
42
+ }
43
+ ],
44
+ "examples": [
45
+ "patch < fix.diff",
46
+ "patch -p1 < fix.diff",
47
+ "patch -R < fix.diff",
48
+ "patch --dry-run < fix.diff",
49
+ "patch -p1 -i changes.patch"
50
+ ],
51
+ "relatedCommands": [
52
+ "diff",
53
+ "git"
54
+ ]
55
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "ping",
3
+ "description": "Send ICMP ECHO_REQUEST to network hosts",
4
+ "category": "networking",
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": "-c",
20
+ "description": "Stop after N packets",
21
+ "type": "number"
22
+ },
23
+ {
24
+ "name": "-i",
25
+ "description": "Interval between packets (seconds)",
26
+ "type": "number"
27
+ },
28
+ {
29
+ "name": "-W",
30
+ "description": "Timeout for each reply (seconds)",
31
+ "type": "number"
32
+ },
33
+ {
34
+ "name": "-s",
35
+ "description": "Packet size in bytes",
36
+ "type": "number"
37
+ },
38
+ {
39
+ "name": "-4",
40
+ "description": "IPv4 only"
41
+ },
42
+ {
43
+ "name": "-6",
44
+ "description": "IPv6 only"
45
+ },
46
+ {
47
+ "name": "-q",
48
+ "description": "Quiet output (summary only)"
49
+ },
50
+ {
51
+ "name": "-f",
52
+ "description": "Flood ping (as fast as possible)"
53
+ },
54
+ {
55
+ "name": "-t",
56
+ "description": "Set TTL",
57
+ "type": "number"
58
+ }
59
+ ],
60
+ "examples": [
61
+ "ping google.com",
62
+ "ping -c 4 8.8.8.8",
63
+ "ping -c 3 -i 0.5 localhost",
64
+ "ping -W 2 -c 5 server.local",
65
+ "ping6 ::1"
66
+ ],
67
+ "relatedCommands": [
68
+ "traceroute",
69
+ "mtr",
70
+ "nmap",
71
+ "dig"
72
+ ]
73
+ }
@@ -0,0 +1,151 @@
1
+ {
2
+ "name": "podman",
3
+ "description": "Daemonless container engine compatible with Docker 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": "run",
19
+ "description": "Run a container",
20
+ "examples": [
21
+ "podman run -it ubuntu bash",
22
+ "podman run -d -p 8080:80 nginx"
23
+ ]
24
+ },
25
+ {
26
+ "name": "build",
27
+ "description": "Build an image",
28
+ "examples": [
29
+ "podman build -t myapp ."
30
+ ]
31
+ },
32
+ {
33
+ "name": "ps",
34
+ "description": "List containers",
35
+ "examples": [
36
+ "podman ps",
37
+ "podman ps -a"
38
+ ]
39
+ },
40
+ {
41
+ "name": "images",
42
+ "description": "List images",
43
+ "examples": [
44
+ "podman images"
45
+ ]
46
+ },
47
+ {
48
+ "name": "pull",
49
+ "description": "Pull an image",
50
+ "examples": [
51
+ "podman pull docker.io/library/nginx"
52
+ ]
53
+ },
54
+ {
55
+ "name": "push",
56
+ "description": "Push an image",
57
+ "examples": [
58
+ "podman push myimage registry.example.com/myimage"
59
+ ]
60
+ },
61
+ {
62
+ "name": "exec",
63
+ "description": "Execute command in container",
64
+ "examples": [
65
+ "podman exec -it mycontainer bash"
66
+ ]
67
+ },
68
+ {
69
+ "name": "stop",
70
+ "description": "Stop a container",
71
+ "examples": [
72
+ "podman stop mycontainer"
73
+ ]
74
+ },
75
+ {
76
+ "name": "rm",
77
+ "description": "Remove a container",
78
+ "examples": [
79
+ "podman rm mycontainer"
80
+ ]
81
+ },
82
+ {
83
+ "name": "rmi",
84
+ "description": "Remove an image",
85
+ "examples": [
86
+ "podman rmi myimage"
87
+ ]
88
+ },
89
+ {
90
+ "name": "logs",
91
+ "description": "Fetch container logs",
92
+ "examples": [
93
+ "podman logs mycontainer"
94
+ ]
95
+ },
96
+ {
97
+ "name": "pod",
98
+ "description": "Manage pods",
99
+ "examples": [
100
+ "podman pod create --name mypod",
101
+ "podman pod list"
102
+ ]
103
+ },
104
+ {
105
+ "name": "generate",
106
+ "description": "Generate Kubernetes YAML",
107
+ "examples": [
108
+ "podman generate kube mypod > pod.yaml"
109
+ ]
110
+ },
111
+ {
112
+ "name": "play",
113
+ "description": "Play Kubernetes YAML",
114
+ "examples": [
115
+ "podman play kube pod.yaml"
116
+ ]
117
+ },
118
+ {
119
+ "name": "compose",
120
+ "description": "Run compose files",
121
+ "examples": [
122
+ "podman compose up -d"
123
+ ]
124
+ }
125
+ ],
126
+ "globalOptions": [
127
+ {
128
+ "name": "--root",
129
+ "description": "Storage root dir",
130
+ "type": "string"
131
+ },
132
+ {
133
+ "name": "--log-level",
134
+ "description": "Log level",
135
+ "type": "string"
136
+ }
137
+ ],
138
+ "examples": [
139
+ "podman run -it ubuntu bash",
140
+ "podman build -t myapp .",
141
+ "podman ps -a",
142
+ "podman compose up -d",
143
+ "podman generate kube mypod"
144
+ ],
145
+ "relatedCommands": [
146
+ "docker",
147
+ "buildah",
148
+ "skopeo",
149
+ "kubectl"
150
+ ]
151
+ }
@@ -0,0 +1,82 @@
1
+ {
2
+ "name": "postman",
3
+ "description": "Postman CLI for API testing and collection runs",
4
+ "category": "http-testing",
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": "login",
19
+ "description": "Login to Postman",
20
+ "examples": [
21
+ "postman login --with-api-key PMAK-xxx"
22
+ ]
23
+ },
24
+ {
25
+ "name": "collection run",
26
+ "description": "Run a collection",
27
+ "examples": [
28
+ "postman collection run collection-id"
29
+ ]
30
+ },
31
+ {
32
+ "name": "api lint",
33
+ "description": "Lint API definition",
34
+ "examples": [
35
+ "postman api lint --api-definition openapi.yaml"
36
+ ]
37
+ }
38
+ ],
39
+ "globalOptions": [
40
+ {
41
+ "name": "--environment",
42
+ "description": "Environment ID",
43
+ "type": "string"
44
+ },
45
+ {
46
+ "name": "--iteration-count",
47
+ "description": "Number of iterations",
48
+ "type": "number"
49
+ },
50
+ {
51
+ "name": "--iteration-data",
52
+ "description": "Data file for iterations",
53
+ "type": "file"
54
+ },
55
+ {
56
+ "name": "--delay-request",
57
+ "description": "Delay between requests (ms)",
58
+ "type": "number"
59
+ },
60
+ {
61
+ "name": "--bail",
62
+ "description": "Stop on first failure"
63
+ },
64
+ {
65
+ "name": "--timeout",
66
+ "description": "Global timeout (ms)",
67
+ "type": "number"
68
+ }
69
+ ],
70
+ "examples": [
71
+ "postman login --with-api-key PMAK-xxx",
72
+ "postman collection run 12345",
73
+ "postman collection run 12345 --environment 67890",
74
+ "postman api lint --api-definition openapi.yaml"
75
+ ],
76
+ "relatedCommands": [
77
+ "newman",
78
+ "curl",
79
+ "httpie",
80
+ "insomnia"
81
+ ]
82
+ }
@@ -0,0 +1,101 @@
1
+ {
2
+ "name": "pre-commit",
3
+ "description": "Framework for managing multi-language pre-commit hooks",
4
+ "category": "git",
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 hook scripts",
20
+ "examples": [
21
+ "pre-commit install"
22
+ ]
23
+ },
24
+ {
25
+ "name": "run",
26
+ "description": "Run hooks against staged files",
27
+ "examples": [
28
+ "pre-commit run",
29
+ "pre-commit run --all-files"
30
+ ]
31
+ },
32
+ {
33
+ "name": "autoupdate",
34
+ "description": "Update hooks to latest version",
35
+ "examples": [
36
+ "pre-commit autoupdate"
37
+ ]
38
+ },
39
+ {
40
+ "name": "sample-config",
41
+ "description": "Produce a sample config",
42
+ "examples": [
43
+ "pre-commit sample-config"
44
+ ]
45
+ },
46
+ {
47
+ "name": "validate-config",
48
+ "description": "Validate config file",
49
+ "examples": [
50
+ "pre-commit validate-config .pre-commit-config.yaml"
51
+ ]
52
+ },
53
+ {
54
+ "name": "clean",
55
+ "description": "Clean cached pre-commit files",
56
+ "examples": [
57
+ "pre-commit clean"
58
+ ]
59
+ },
60
+ {
61
+ "name": "uninstall",
62
+ "description": "Uninstall hooks",
63
+ "examples": [
64
+ "pre-commit uninstall"
65
+ ]
66
+ }
67
+ ],
68
+ "globalOptions": [
69
+ {
70
+ "name": "--all-files",
71
+ "description": "Run on all files, not just staged"
72
+ },
73
+ {
74
+ "name": "--files",
75
+ "description": "Run on specific files",
76
+ "type": "string"
77
+ },
78
+ {
79
+ "name": "--hook-stage",
80
+ "description": "Which hook stage to run",
81
+ "type": "string"
82
+ },
83
+ {
84
+ "name": "--show-diff-on-failure",
85
+ "description": "Show diff on failure"
86
+ }
87
+ ],
88
+ "examples": [
89
+ "pre-commit install",
90
+ "pre-commit run --all-files",
91
+ "pre-commit autoupdate",
92
+ "pre-commit run black --all-files",
93
+ "pre-commit sample-config > .pre-commit-config.yaml"
94
+ ],
95
+ "relatedCommands": [
96
+ "husky",
97
+ "commitlint",
98
+ "lint-staged",
99
+ "black"
100
+ ]
101
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "prometheus",
3
+ "description": "Prometheus monitoring system and time series database",
4
+ "category": "monitoring",
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": "--config.file",
20
+ "description": "Configuration file",
21
+ "type": "file"
22
+ },
23
+ {
24
+ "name": "--web.listen-address",
25
+ "description": "Listen address",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "--storage.tsdb.path",
30
+ "description": "Storage path",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "--storage.tsdb.retention.time",
35
+ "description": "Data retention period",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "--web.enable-lifecycle",
40
+ "description": "Enable lifecycle API"
41
+ },
42
+ {
43
+ "name": "--web.enable-admin-api",
44
+ "description": "Enable admin API"
45
+ },
46
+ {
47
+ "name": "--log.level",
48
+ "description": "Log level (debug, info, warn, error)",
49
+ "type": "string"
50
+ }
51
+ ],
52
+ "examples": [
53
+ "prometheus --config.file=prometheus.yml",
54
+ "prometheus --config.file=prometheus.yml --web.listen-address=0.0.0.0:9090",
55
+ "prometheus --storage.tsdb.retention.time=30d",
56
+ "promtool check config prometheus.yml",
57
+ "promtool check rules rules.yml"
58
+ ],
59
+ "relatedCommands": [
60
+ "grafana-cli",
61
+ "alertmanager",
62
+ "node-exporter",
63
+ "promtool"
64
+ ]
65
+ }