@enjoys/context-engine 1.0.0 → 1.0.1
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/data/commands/adb.json +322 -0
- package/data/commands/alembic.json +301 -0
- package/data/commands/artisan.json +277 -0
- package/data/commands/atlas.json +426 -0
- package/data/commands/auth0.json +648 -0
- package/data/commands/bat.json +84 -0
- package/data/commands/bundle.json +321 -0
- package/data/commands/composer.json +507 -0
- package/data/commands/dart.json +216 -0
- package/data/commands/dbmate.json +257 -0
- package/data/commands/docker-compose.json +384 -0
- package/data/commands/drizzle-kit.json +217 -0
- package/data/commands/expo.json +65 -0
- package/data/commands/fastlane.json +243 -0
- package/data/commands/fd.json +86 -0
- package/data/commands/flutter.json +298 -0
- package/data/commands/flyway.json +261 -0
- package/data/commands/fzf.json +103 -0
- package/data/commands/gem.json +267 -0
- package/data/commands/jq.json +100 -0
- package/data/commands/k9s.json +62 -0
- package/data/commands/liquibase.json +399 -0
- package/data/commands/manifest.json +619 -0
- package/data/commands/minikube.json +60 -0
- package/data/commands/ng.json +64 -0
- package/data/commands/nuxt.json +60 -0
- package/data/commands/php.json +157 -0
- package/data/commands/pm2.json +259 -0
- package/data/commands/pod.json +175 -0
- package/data/commands/prisma.json +257 -0
- package/data/commands/rails.json +372 -0
- package/data/commands/rake.json +360 -0
- package/data/commands/react-native.json +57 -0
- package/data/commands/rg.json +103 -0
- package/data/commands/rspec.json +257 -0
- package/data/commands/ruby.json +108 -0
- package/data/commands/sequelize.json +342 -0
- package/data/commands/snyk.json +442 -0
- package/data/commands/sonar-scanner.json +219 -0
- package/data/commands/stripe.json +314 -0
- package/data/commands/symfony.json +449 -0
- package/data/commands/tmux.json +197 -0
- package/data/commands/trivy.json +367 -0
- package/data/commands/twilio.json +382 -0
- package/data/commands/typeorm.json +262 -0
- package/data/commands/vue.json +60 -0
- package/data/commands/wp.json +857 -0
- package/data/commands/xcodebuild.json +141 -0
- package/data/commands/yq.json +57 -0
- package/data/completion/bash.json +1184 -0
- package/data/completion/c.json +1067 -0
- package/data/completion/cpp.json +824 -0
- package/data/completion/csharp.json +860 -0
- package/data/completion/dockerfile.json +536 -0
- package/data/completion/go.json +1346 -0
- package/data/completion/html.json +806 -0
- package/data/completion/java.json +1112 -0
- package/data/completion/javascript.json +914 -0
- package/data/completion/lua.json +968 -0
- package/data/completion/php.json +1535 -0
- package/data/completion/python.json +1427 -0
- package/data/completion/ruby.json +1531 -0
- package/data/completion/rust.json +698 -0
- package/data/completion/sql.json +887 -0
- package/data/completion/toml.json +428 -0
- package/data/completion/typescript.json +338 -0
- package/data/completion/yaml.json +563 -0
- package/data/defination/bash.json +565 -0
- package/data/defination/c.json +865 -0
- package/data/defination/cpp.json +348 -0
- package/data/defination/csharp.json +144 -0
- package/data/defination/dockerfile.json +113 -0
- package/data/defination/go.json +561 -0
- package/data/defination/html.json +559 -0
- package/data/defination/java.json +184 -0
- package/data/defination/javascript.json +265 -0
- package/data/defination/lua.json +181 -0
- package/data/defination/php.json +726 -0
- package/data/defination/python.json +717 -0
- package/data/defination/ruby.json +670 -0
- package/data/defination/rust.json +207 -0
- package/data/defination/sql.json +473 -0
- package/data/defination/toml.json +251 -0
- package/data/defination/typescript.json +29 -0
- package/data/defination/yaml.json +197 -0
- package/data/hover/bash.json +245 -0
- package/data/hover/c.json +265 -0
- package/data/hover/cpp.json +210 -0
- package/data/hover/csharp.json +290 -0
- package/data/hover/dockerfile.json +145 -0
- package/data/hover/go.json +580 -0
- package/data/hover/html.json +250 -0
- package/data/hover/java.json +395 -0
- package/data/hover/javascript.json +330 -0
- package/data/hover/lua.json +265 -0
- package/data/hover/php.json +300 -0
- package/data/hover/python.json +380 -0
- package/data/hover/ruby.json +265 -0
- package/data/hover/rust.json +275 -0
- package/data/hover/sql.json +230 -0
- package/data/hover/toml.json +145 -0
- package/data/hover/typescript.json +120 -0
- package/data/hover/yaml.json +165 -0
- package/data/manifest.json +242 -0
- package/package.json +1 -1
|
@@ -0,0 +1,619 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": [
|
|
3
|
+
"adb.json",
|
|
4
|
+
"air.json",
|
|
5
|
+
"ansible.json",
|
|
6
|
+
"apachectl.json",
|
|
7
|
+
"apt-get.json",
|
|
8
|
+
"apt.json",
|
|
9
|
+
"artisan.json",
|
|
10
|
+
"awk.json",
|
|
11
|
+
"aws-vault.json",
|
|
12
|
+
"aws.json",
|
|
13
|
+
"az.json",
|
|
14
|
+
"bazel.json",
|
|
15
|
+
"brew.json",
|
|
16
|
+
"bun.json",
|
|
17
|
+
"bundle.json",
|
|
18
|
+
"caddy.json",
|
|
19
|
+
"cargo.json",
|
|
20
|
+
"cat.json",
|
|
21
|
+
"cd.json",
|
|
22
|
+
"certbot.json",
|
|
23
|
+
"chmod.json",
|
|
24
|
+
"choco.json",
|
|
25
|
+
"chown.json",
|
|
26
|
+
"clickhouse-client.json",
|
|
27
|
+
"cloudflare.json",
|
|
28
|
+
"cmake.json",
|
|
29
|
+
"cockroach.json",
|
|
30
|
+
"composer.json",
|
|
31
|
+
"conda.json",
|
|
32
|
+
"consul.json",
|
|
33
|
+
"cp.json",
|
|
34
|
+
"curl.json",
|
|
35
|
+
"cypress.json",
|
|
36
|
+
"dart.json",
|
|
37
|
+
"deno.json",
|
|
38
|
+
"django-admin.json",
|
|
39
|
+
"dnf.json",
|
|
40
|
+
"docker-compose.json",
|
|
41
|
+
"docker.json",
|
|
42
|
+
"doctl.json",
|
|
43
|
+
"eslint.json",
|
|
44
|
+
"expo.json",
|
|
45
|
+
"fastlane.json",
|
|
46
|
+
"find.json",
|
|
47
|
+
"firebase.json",
|
|
48
|
+
"flask.json",
|
|
49
|
+
"flutter.json",
|
|
50
|
+
"flyctl.json",
|
|
51
|
+
"gcloud.json",
|
|
52
|
+
"gem.json",
|
|
53
|
+
"gh.json",
|
|
54
|
+
"git.json",
|
|
55
|
+
"glab.json",
|
|
56
|
+
"go.json",
|
|
57
|
+
"gofmt.json",
|
|
58
|
+
"golangci-lint.json",
|
|
59
|
+
"gradle.json",
|
|
60
|
+
"grep.json",
|
|
61
|
+
"gunicorn.json",
|
|
62
|
+
"helm.json",
|
|
63
|
+
"hg.json",
|
|
64
|
+
"httpd.json",
|
|
65
|
+
"influx.json",
|
|
66
|
+
"iptables.json",
|
|
67
|
+
"java.json",
|
|
68
|
+
"jest.json",
|
|
69
|
+
"journalctl.json",
|
|
70
|
+
"jq.json",
|
|
71
|
+
"just.json",
|
|
72
|
+
"k6.json",
|
|
73
|
+
"k9s.json",
|
|
74
|
+
"kubectl.json",
|
|
75
|
+
"linode-cli.json",
|
|
76
|
+
"locust.json",
|
|
77
|
+
"ls.json",
|
|
78
|
+
"make.json",
|
|
79
|
+
"minikube.json",
|
|
80
|
+
"mocha.json",
|
|
81
|
+
"mongosh.json",
|
|
82
|
+
"mv.json",
|
|
83
|
+
"mvn.json",
|
|
84
|
+
"mysql.json",
|
|
85
|
+
"nest.json",
|
|
86
|
+
"netlify.json",
|
|
87
|
+
"next.json",
|
|
88
|
+
"nft.json",
|
|
89
|
+
"ng.json",
|
|
90
|
+
"nginx.json",
|
|
91
|
+
"nmap.json",
|
|
92
|
+
"node.json",
|
|
93
|
+
"nomad.json",
|
|
94
|
+
"npm.json",
|
|
95
|
+
"npx.json",
|
|
96
|
+
"nuxt.json",
|
|
97
|
+
"nx.json",
|
|
98
|
+
"openssl.json",
|
|
99
|
+
"packer.json",
|
|
100
|
+
"pacman.json",
|
|
101
|
+
"pg_dump.json",
|
|
102
|
+
"pg_restore.json",
|
|
103
|
+
"php.json",
|
|
104
|
+
"pip.json",
|
|
105
|
+
"pipenv.json",
|
|
106
|
+
"pipx.json",
|
|
107
|
+
"playwright.json",
|
|
108
|
+
"pm2.json",
|
|
109
|
+
"pnpm.json",
|
|
110
|
+
"pod.json",
|
|
111
|
+
"poetry.json",
|
|
112
|
+
"prettier.json",
|
|
113
|
+
"prisma.json",
|
|
114
|
+
"ps.json",
|
|
115
|
+
"psql.json",
|
|
116
|
+
"pulumi.json",
|
|
117
|
+
"pytest.json",
|
|
118
|
+
"python.json",
|
|
119
|
+
"rails.json",
|
|
120
|
+
"railway.json",
|
|
121
|
+
"react-native.json",
|
|
122
|
+
"redis-cli.json",
|
|
123
|
+
"render.json",
|
|
124
|
+
"rm.json",
|
|
125
|
+
"rsync.json",
|
|
126
|
+
"ruby.json",
|
|
127
|
+
"rust.json",
|
|
128
|
+
"rustup.json",
|
|
129
|
+
"scp.json",
|
|
130
|
+
"sed.json",
|
|
131
|
+
"sqlite3.json",
|
|
132
|
+
"ssh-keygen.json",
|
|
133
|
+
"ssh.json",
|
|
134
|
+
"stripe.json",
|
|
135
|
+
"sudo.json",
|
|
136
|
+
"supabase.json",
|
|
137
|
+
"svn.json",
|
|
138
|
+
"systemctl.json",
|
|
139
|
+
"tar.json",
|
|
140
|
+
"tcpdump.json",
|
|
141
|
+
"terraform.json",
|
|
142
|
+
"terragrunt.json",
|
|
143
|
+
"tmux.json",
|
|
144
|
+
"tsc.json",
|
|
145
|
+
"turbo.json",
|
|
146
|
+
"ufw.json",
|
|
147
|
+
"unzip.json",
|
|
148
|
+
"uvicorn.json",
|
|
149
|
+
"vault.json",
|
|
150
|
+
"vercel.json",
|
|
151
|
+
"vite.json",
|
|
152
|
+
"vitest.json",
|
|
153
|
+
"vue.json",
|
|
154
|
+
"wasm-pack.json",
|
|
155
|
+
"wget.json",
|
|
156
|
+
"winget.json",
|
|
157
|
+
"wireshark.json",
|
|
158
|
+
"xcodebuild.json",
|
|
159
|
+
"yarn.json",
|
|
160
|
+
"yq.json",
|
|
161
|
+
"yum.json",
|
|
162
|
+
"zip.json"
|
|
163
|
+
],
|
|
164
|
+
"context": [
|
|
165
|
+
{
|
|
166
|
+
"category": "\u2601\ufe0f Cloud CLIs",
|
|
167
|
+
"context": [
|
|
168
|
+
"Logged-in account",
|
|
169
|
+
"Active project",
|
|
170
|
+
"Regions",
|
|
171
|
+
"Services",
|
|
172
|
+
"Deployed apps",
|
|
173
|
+
"Buckets",
|
|
174
|
+
"Databases"
|
|
175
|
+
],
|
|
176
|
+
"files": [
|
|
177
|
+
"aws.json",
|
|
178
|
+
"aws-vault.json",
|
|
179
|
+
"gcloud.json",
|
|
180
|
+
"az.json",
|
|
181
|
+
"doctl.json",
|
|
182
|
+
"linode-cli.json",
|
|
183
|
+
"vercel.json",
|
|
184
|
+
"netlify.json",
|
|
185
|
+
"cloudflare.json",
|
|
186
|
+
"firebase.json",
|
|
187
|
+
"supabase.json",
|
|
188
|
+
"railway.json",
|
|
189
|
+
"render.json",
|
|
190
|
+
"flyctl.json"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"category": "\ud83c\udf31 Version Control",
|
|
195
|
+
"context": [
|
|
196
|
+
"Current branch",
|
|
197
|
+
"Local branches",
|
|
198
|
+
"Remote branches",
|
|
199
|
+
"Tags",
|
|
200
|
+
"Stashes",
|
|
201
|
+
"PRs",
|
|
202
|
+
"Repo status"
|
|
203
|
+
],
|
|
204
|
+
"files": [
|
|
205
|
+
"git.json",
|
|
206
|
+
"gh.json",
|
|
207
|
+
"glab.json",
|
|
208
|
+
"svn.json",
|
|
209
|
+
"hg.json"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"category": "\ud83d\udce6 Node Ecosystem",
|
|
214
|
+
"context": [
|
|
215
|
+
"package.json scripts",
|
|
216
|
+
"Installed dependencies",
|
|
217
|
+
"Node version",
|
|
218
|
+
"Monorepo structure",
|
|
219
|
+
"Workspaces"
|
|
220
|
+
],
|
|
221
|
+
"files": [
|
|
222
|
+
"node.json",
|
|
223
|
+
"npm.json",
|
|
224
|
+
"npx.json",
|
|
225
|
+
"yarn.json",
|
|
226
|
+
"pnpm.json",
|
|
227
|
+
"bun.json",
|
|
228
|
+
"turbo.json",
|
|
229
|
+
"nx.json",
|
|
230
|
+
"vite.json",
|
|
231
|
+
"next.json",
|
|
232
|
+
"nest.json",
|
|
233
|
+
"tsc.json",
|
|
234
|
+
"eslint.json",
|
|
235
|
+
"prettier.json",
|
|
236
|
+
"deno.json"
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"category": "\ud83d\udc0d Python Ecosystem",
|
|
241
|
+
"context": [
|
|
242
|
+
"virtualenv",
|
|
243
|
+
"requirements.txt",
|
|
244
|
+
"pyproject.toml",
|
|
245
|
+
"Installed packages",
|
|
246
|
+
"Django apps",
|
|
247
|
+
"Flask entrypoints"
|
|
248
|
+
],
|
|
249
|
+
"files": [
|
|
250
|
+
"python.json",
|
|
251
|
+
"pip.json",
|
|
252
|
+
"pipx.json",
|
|
253
|
+
"poetry.json",
|
|
254
|
+
"pipenv.json",
|
|
255
|
+
"conda.json",
|
|
256
|
+
"pytest.json",
|
|
257
|
+
"uvicorn.json",
|
|
258
|
+
"gunicorn.json",
|
|
259
|
+
"django-admin.json",
|
|
260
|
+
"flask.json"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"category": "\ud83e\udd80 Rust Ecosystem",
|
|
265
|
+
"context": [
|
|
266
|
+
"Cargo.toml",
|
|
267
|
+
"Features",
|
|
268
|
+
"Installed toolchains",
|
|
269
|
+
"Targets"
|
|
270
|
+
],
|
|
271
|
+
"files": [
|
|
272
|
+
"cargo.json",
|
|
273
|
+
"rustup.json",
|
|
274
|
+
"wasm-pack.json",
|
|
275
|
+
"rust.json"
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"category": "\ud83d\udc39 Go Ecosystem",
|
|
280
|
+
"context": [
|
|
281
|
+
"go.mod",
|
|
282
|
+
"Modules",
|
|
283
|
+
"Installed binaries"
|
|
284
|
+
],
|
|
285
|
+
"files": [
|
|
286
|
+
"go.json",
|
|
287
|
+
"gofmt.json",
|
|
288
|
+
"golangci-lint.json",
|
|
289
|
+
"air.json"
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"category": "\ud83d\udc18 Databases",
|
|
294
|
+
"context": [
|
|
295
|
+
"Connected DB",
|
|
296
|
+
"Schemas",
|
|
297
|
+
"Tables",
|
|
298
|
+
"Databases",
|
|
299
|
+
"Redis keys",
|
|
300
|
+
"Collections"
|
|
301
|
+
],
|
|
302
|
+
"files": [
|
|
303
|
+
"psql.json",
|
|
304
|
+
"pg_dump.json",
|
|
305
|
+
"pg_restore.json",
|
|
306
|
+
"mysql.json",
|
|
307
|
+
"mongosh.json",
|
|
308
|
+
"redis-cli.json",
|
|
309
|
+
"sqlite3.json",
|
|
310
|
+
"cockroach.json",
|
|
311
|
+
"influx.json",
|
|
312
|
+
"clickhouse-client.json"
|
|
313
|
+
]
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"category": "\ud83d\udd10 DevOps / Infra",
|
|
317
|
+
"context": [
|
|
318
|
+
"tfstate",
|
|
319
|
+
"Modules",
|
|
320
|
+
"Workspaces",
|
|
321
|
+
"Environments",
|
|
322
|
+
"Secrets engines"
|
|
323
|
+
],
|
|
324
|
+
"files": [
|
|
325
|
+
"terraform.json",
|
|
326
|
+
"terragrunt.json",
|
|
327
|
+
"pulumi.json",
|
|
328
|
+
"ansible.json",
|
|
329
|
+
"packer.json",
|
|
330
|
+
"vault.json",
|
|
331
|
+
"consul.json",
|
|
332
|
+
"nomad.json"
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"category": "\ud83d\udc33 Containers / Kubernetes",
|
|
337
|
+
"context": [
|
|
338
|
+
"Containers",
|
|
339
|
+
"Images",
|
|
340
|
+
"Pods",
|
|
341
|
+
"Deployments",
|
|
342
|
+
"Helm Releases",
|
|
343
|
+
"Docker compose services",
|
|
344
|
+
"Compose volumes",
|
|
345
|
+
"Minikube status",
|
|
346
|
+
"Profiles",
|
|
347
|
+
"Kube contexts",
|
|
348
|
+
"Namespaces"
|
|
349
|
+
],
|
|
350
|
+
"files": [
|
|
351
|
+
"docker.json",
|
|
352
|
+
"kubectl.json",
|
|
353
|
+
"helm.json",
|
|
354
|
+
"docker-compose.json",
|
|
355
|
+
"minikube.json",
|
|
356
|
+
"k9s.json"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"category": "\ud83d\udd27 Build Tools",
|
|
361
|
+
"context": [
|
|
362
|
+
"Makefile targets",
|
|
363
|
+
"Gradle tasks",
|
|
364
|
+
"Maven goals",
|
|
365
|
+
"Bazel targets"
|
|
366
|
+
],
|
|
367
|
+
"files": [
|
|
368
|
+
"make.json",
|
|
369
|
+
"cmake.json",
|
|
370
|
+
"gradle.json",
|
|
371
|
+
"mvn.json",
|
|
372
|
+
"bazel.json",
|
|
373
|
+
"just.json"
|
|
374
|
+
]
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"category": "\u2699\ufe0f Linux Coreutils (Smart FS Context)",
|
|
378
|
+
"context": [
|
|
379
|
+
"Files",
|
|
380
|
+
"Directories",
|
|
381
|
+
"SSH configs",
|
|
382
|
+
"Services",
|
|
383
|
+
"Logs",
|
|
384
|
+
"Network interfaces"
|
|
385
|
+
],
|
|
386
|
+
"files": [
|
|
387
|
+
"ls.json",
|
|
388
|
+
"cd.json",
|
|
389
|
+
"cp.json",
|
|
390
|
+
"mv.json",
|
|
391
|
+
"rm.json",
|
|
392
|
+
"chmod.json",
|
|
393
|
+
"chown.json",
|
|
394
|
+
"find.json",
|
|
395
|
+
"grep.json",
|
|
396
|
+
"sed.json",
|
|
397
|
+
"awk.json",
|
|
398
|
+
"tar.json",
|
|
399
|
+
"zip.json",
|
|
400
|
+
"unzip.json",
|
|
401
|
+
"curl.json",
|
|
402
|
+
"wget.json",
|
|
403
|
+
"ssh.json",
|
|
404
|
+
"scp.json",
|
|
405
|
+
"rsync.json",
|
|
406
|
+
"systemctl.json",
|
|
407
|
+
"journalctl.json",
|
|
408
|
+
"ufw.json",
|
|
409
|
+
"iptables.json",
|
|
410
|
+
"nft.json",
|
|
411
|
+
"cat.json",
|
|
412
|
+
"ps.json",
|
|
413
|
+
"sudo.json",
|
|
414
|
+
"ssh-keygen.json"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"category": "\ud83e\uddea Testing Tools",
|
|
419
|
+
"context": [
|
|
420
|
+
"Test files",
|
|
421
|
+
"Config files",
|
|
422
|
+
"Environments"
|
|
423
|
+
],
|
|
424
|
+
"files": [
|
|
425
|
+
"jest.json",
|
|
426
|
+
"vitest.json",
|
|
427
|
+
"mocha.json",
|
|
428
|
+
"playwright.json",
|
|
429
|
+
"cypress.json",
|
|
430
|
+
"k6.json",
|
|
431
|
+
"locust.json"
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"category": "\ud83d\udce1 Networking / Security",
|
|
436
|
+
"context": [
|
|
437
|
+
"Open ports",
|
|
438
|
+
"Certificates",
|
|
439
|
+
"vhost configs"
|
|
440
|
+
],
|
|
441
|
+
"files": [
|
|
442
|
+
"nmap.json",
|
|
443
|
+
"tcpdump.json",
|
|
444
|
+
"wireshark.json",
|
|
445
|
+
"openssl.json",
|
|
446
|
+
"nginx.json",
|
|
447
|
+
"apachectl.json",
|
|
448
|
+
"certbot.json",
|
|
449
|
+
"caddy.json",
|
|
450
|
+
"httpd.json"
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"category": "\ud83d\udda5 Package Managers (System)",
|
|
455
|
+
"context": [
|
|
456
|
+
"Installed packages",
|
|
457
|
+
"Available packages",
|
|
458
|
+
"OS detection"
|
|
459
|
+
],
|
|
460
|
+
"files": [
|
|
461
|
+
"apt.json",
|
|
462
|
+
"apt-get.json",
|
|
463
|
+
"yum.json",
|
|
464
|
+
"dnf.json",
|
|
465
|
+
"pacman.json",
|
|
466
|
+
"brew.json",
|
|
467
|
+
"choco.json",
|
|
468
|
+
"winget.json"
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"category": "\u2615 Java Ecosystem",
|
|
473
|
+
"context": [
|
|
474
|
+
"Classes",
|
|
475
|
+
"Jar files"
|
|
476
|
+
],
|
|
477
|
+
"files": [
|
|
478
|
+
"java.json"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"category": "\ud83d\udc18 PHP & Ruby Ecosystems",
|
|
483
|
+
"context": [
|
|
484
|
+
"PHP version",
|
|
485
|
+
"Modules",
|
|
486
|
+
"Config path",
|
|
487
|
+
"Dependencies",
|
|
488
|
+
"Autoloaders",
|
|
489
|
+
"Routes",
|
|
490
|
+
"Migrations",
|
|
491
|
+
"Artisan commands",
|
|
492
|
+
"Ruby version",
|
|
493
|
+
"Gems",
|
|
494
|
+
"Gemfile"
|
|
495
|
+
],
|
|
496
|
+
"files": [
|
|
497
|
+
"php.json",
|
|
498
|
+
"composer.json",
|
|
499
|
+
"artisan.json",
|
|
500
|
+
"ruby.json",
|
|
501
|
+
"bundle.json",
|
|
502
|
+
"gem.json",
|
|
503
|
+
"rails.json"
|
|
504
|
+
]
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"category": "\ud83d\udee0\ufe0f Text Processing & Utilities",
|
|
508
|
+
"context": [
|
|
509
|
+
"JSON files",
|
|
510
|
+
"Parsed outputs",
|
|
511
|
+
"Terminal sessions",
|
|
512
|
+
"Windows",
|
|
513
|
+
"Panes",
|
|
514
|
+
"YAML files",
|
|
515
|
+
"Parsed YAML output"
|
|
516
|
+
],
|
|
517
|
+
"files": [
|
|
518
|
+
"jq.json",
|
|
519
|
+
"tmux.json",
|
|
520
|
+
"yq.json"
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"category": "\ud83d\udcf1 Mobile Development",
|
|
525
|
+
"context": [
|
|
526
|
+
"Connected Devices",
|
|
527
|
+
"Flutter packages",
|
|
528
|
+
"Dart files",
|
|
529
|
+
"Emulators",
|
|
530
|
+
"Expo app.json",
|
|
531
|
+
"EAS builds",
|
|
532
|
+
"Metro config",
|
|
533
|
+
"Native modules",
|
|
534
|
+
"iOS Podfile",
|
|
535
|
+
"Installed pods",
|
|
536
|
+
"Xcode Workspaces",
|
|
537
|
+
"Xcode Projects",
|
|
538
|
+
"Schemes",
|
|
539
|
+
"Fastlane lanes",
|
|
540
|
+
"Certificates"
|
|
541
|
+
],
|
|
542
|
+
"files": [
|
|
543
|
+
"flutter.json",
|
|
544
|
+
"dart.json",
|
|
545
|
+
"adb.json",
|
|
546
|
+
"expo.json",
|
|
547
|
+
"react-native.json",
|
|
548
|
+
"pod.json",
|
|
549
|
+
"xcodebuild.json",
|
|
550
|
+
"fastlane.json"
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"category": "\ud83d\uddc4\ufe0f Database ORMs & Migrations",
|
|
555
|
+
"context": [
|
|
556
|
+
"Prisma Schema",
|
|
557
|
+
"Migrations"
|
|
558
|
+
],
|
|
559
|
+
"files": [
|
|
560
|
+
"prisma.json"
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"category": "\ud83d\udd10 Security & APIs",
|
|
565
|
+
"context": [
|
|
566
|
+
"Webhook events",
|
|
567
|
+
"Stripe config"
|
|
568
|
+
],
|
|
569
|
+
"files": [
|
|
570
|
+
"stripe.json"
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"category": "\u2699\ufe0f Node Version & Process Managers",
|
|
575
|
+
"context": [
|
|
576
|
+
"Running processes",
|
|
577
|
+
"Daemon logs"
|
|
578
|
+
],
|
|
579
|
+
"files": [
|
|
580
|
+
"pm2.json"
|
|
581
|
+
]
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"category": "\ud83d\uddbc\ufe0f Frontend Frameworks",
|
|
585
|
+
"context": [
|
|
586
|
+
"Angular projects",
|
|
587
|
+
"Components",
|
|
588
|
+
"Vue config files",
|
|
589
|
+
"Plugins",
|
|
590
|
+
"Nuxt pages",
|
|
591
|
+
"Nuxt modules"
|
|
592
|
+
],
|
|
593
|
+
"files": [
|
|
594
|
+
"ng.json",
|
|
595
|
+
"vue.json",
|
|
596
|
+
"nuxt.json"
|
|
597
|
+
]
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"category": "\ud83d\udcf1 Mobile Development CLIs",
|
|
601
|
+
"context": [],
|
|
602
|
+
"files": [
|
|
603
|
+
"flutter.json",
|
|
604
|
+
"dart.json",
|
|
605
|
+
"pod.json",
|
|
606
|
+
"xcodebuild.json",
|
|
607
|
+
"fastlane.json",
|
|
608
|
+
"adb.json"
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"category": "\ud83c\udf10 API, Security & SaaS CLIs",
|
|
613
|
+
"context": [],
|
|
614
|
+
"files": [
|
|
615
|
+
"stripe.json"
|
|
616
|
+
]
|
|
617
|
+
}
|
|
618
|
+
]
|
|
619
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "minikube",
|
|
3
|
+
"description": "Local Kubernetes engine",
|
|
4
|
+
"category": "Containers / Kubernetes",
|
|
5
|
+
"platforms": [
|
|
6
|
+
"linux",
|
|
7
|
+
"macos",
|
|
8
|
+
"windows"
|
|
9
|
+
],
|
|
10
|
+
"shells": [
|
|
11
|
+
"bash",
|
|
12
|
+
"zsh",
|
|
13
|
+
"powershell"
|
|
14
|
+
],
|
|
15
|
+
"subcommands": [
|
|
16
|
+
{
|
|
17
|
+
"name": "start",
|
|
18
|
+
"description": "Starts a local Kubernetes cluster"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "stop",
|
|
22
|
+
"description": "Stops a running local Kubernetes cluster"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "status",
|
|
26
|
+
"description": "Gets the status of a local Kubernetes cluster"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "dashboard",
|
|
30
|
+
"description": "Access the Kubernetes dashboard running within the minikube cluster"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"globalOptions": [],
|
|
34
|
+
"examples": [
|
|
35
|
+
{
|
|
36
|
+
"command": "minikube start",
|
|
37
|
+
"description": "Start a cluster"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"command": "minikube status",
|
|
41
|
+
"description": "Check cluster status"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"relatedCommands": [
|
|
45
|
+
"kubectl",
|
|
46
|
+
"docker",
|
|
47
|
+
"helm"
|
|
48
|
+
],
|
|
49
|
+
"contextEngine": {
|
|
50
|
+
"detectors": [
|
|
51
|
+
{
|
|
52
|
+
"name": "status",
|
|
53
|
+
"description": "Minikube Status",
|
|
54
|
+
"command": "minikube status 2>/dev/null",
|
|
55
|
+
"parser": "text",
|
|
56
|
+
"cacheFor": 30
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
}
|