@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,127 @@
1
+ {
2
+ "name": "cdk",
3
+ "description": "AWS Cloud Development Kit CLI",
4
+ "category": "cloud",
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": "init",
19
+ "description": "Create a new CDK project",
20
+ "examples": [
21
+ "cdk init app --language typescript"
22
+ ]
23
+ },
24
+ {
25
+ "name": "synth",
26
+ "description": "Synthesize CloudFormation template",
27
+ "examples": [
28
+ "cdk synth"
29
+ ]
30
+ },
31
+ {
32
+ "name": "deploy",
33
+ "description": "Deploy stack to AWS",
34
+ "examples": [
35
+ "cdk deploy",
36
+ "cdk deploy --all"
37
+ ]
38
+ },
39
+ {
40
+ "name": "diff",
41
+ "description": "Show diff between deployed and local",
42
+ "examples": [
43
+ "cdk diff"
44
+ ]
45
+ },
46
+ {
47
+ "name": "destroy",
48
+ "description": "Destroy deployed stack",
49
+ "examples": [
50
+ "cdk destroy"
51
+ ]
52
+ },
53
+ {
54
+ "name": "bootstrap",
55
+ "description": "Bootstrap CDK toolkit stack",
56
+ "examples": [
57
+ "cdk bootstrap"
58
+ ]
59
+ },
60
+ {
61
+ "name": "list",
62
+ "description": "List stacks",
63
+ "examples": [
64
+ "cdk list"
65
+ ]
66
+ },
67
+ {
68
+ "name": "watch",
69
+ "description": "Watch for changes and deploy",
70
+ "examples": [
71
+ "cdk watch"
72
+ ]
73
+ },
74
+ {
75
+ "name": "doctor",
76
+ "description": "Check CDK setup",
77
+ "examples": [
78
+ "cdk doctor"
79
+ ]
80
+ }
81
+ ],
82
+ "globalOptions": [
83
+ {
84
+ "name": "--profile",
85
+ "description": "AWS profile",
86
+ "type": "string"
87
+ },
88
+ {
89
+ "name": "--region",
90
+ "description": "AWS region",
91
+ "type": "string"
92
+ },
93
+ {
94
+ "name": "--context",
95
+ "short": "-c",
96
+ "description": "Context values",
97
+ "type": "string"
98
+ },
99
+ {
100
+ "name": "--require-approval",
101
+ "description": "Approval level (never, any-change, broadening)",
102
+ "type": "string"
103
+ },
104
+ {
105
+ "name": "--hotswap",
106
+ "description": "Use hotswap deployments"
107
+ },
108
+ {
109
+ "name": "--verbose",
110
+ "short": "-v",
111
+ "description": "Verbose output"
112
+ }
113
+ ],
114
+ "examples": [
115
+ "cdk init app --language typescript",
116
+ "cdk synth",
117
+ "cdk deploy",
118
+ "cdk diff",
119
+ "cdk deploy --all --require-approval never"
120
+ ],
121
+ "relatedCommands": [
122
+ "aws",
123
+ "sam",
124
+ "terraform",
125
+ "cloudformation"
126
+ ]
127
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "name": "changeset",
3
+ "description": "Manage versioning and changelogs for monorepos",
4
+ "category": "build-tools",
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": "add",
19
+ "description": "Add a new changeset",
20
+ "examples": [
21
+ "changeset add"
22
+ ]
23
+ },
24
+ {
25
+ "name": "version",
26
+ "description": "Apply changesets to versions/changelogs",
27
+ "examples": [
28
+ "changeset version"
29
+ ]
30
+ },
31
+ {
32
+ "name": "publish",
33
+ "description": "Publish changed packages",
34
+ "examples": [
35
+ "changeset publish"
36
+ ]
37
+ },
38
+ {
39
+ "name": "status",
40
+ "description": "Show current changeset status",
41
+ "examples": [
42
+ "changeset status"
43
+ ]
44
+ },
45
+ {
46
+ "name": "init",
47
+ "description": "Initialize changesets",
48
+ "examples": [
49
+ "changeset init"
50
+ ]
51
+ }
52
+ ],
53
+ "globalOptions": [],
54
+ "examples": [
55
+ "changeset",
56
+ "changeset add",
57
+ "changeset version",
58
+ "changeset publish",
59
+ "changeset status",
60
+ "npx @changesets/cli init"
61
+ ],
62
+ "relatedCommands": [
63
+ "lerna",
64
+ "semantic-release",
65
+ "npm",
66
+ "pnpm"
67
+ ]
68
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "name": "checkov",
3
+ "description": "Static analysis tool for infrastructure as code security scanning",
4
+ "category": "devops",
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": "Directory to scan",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "name": "-f",
25
+ "description": "File to scan",
26
+ "type": "file"
27
+ },
28
+ {
29
+ "name": "--framework",
30
+ "description": "IaC framework (terraform, cloudformation, kubernetes, etc.)",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "--check",
35
+ "description": "Run specific check IDs",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "--skip-check",
40
+ "description": "Skip specific check IDs",
41
+ "type": "string"
42
+ },
43
+ {
44
+ "name": "-o",
45
+ "description": "Output format (cli, json, sarif, csv)",
46
+ "type": "string"
47
+ },
48
+ {
49
+ "name": "--compact",
50
+ "description": "Show only failed checks"
51
+ },
52
+ {
53
+ "name": "--soft-fail",
54
+ "description": "Always return exit code 0"
55
+ },
56
+ {
57
+ "name": "--download-external-modules",
58
+ "description": "Download external Terraform modules"
59
+ }
60
+ ],
61
+ "examples": [
62
+ "checkov -d .",
63
+ "checkov -f main.tf",
64
+ "checkov -d . --framework terraform",
65
+ "checkov -d . -o json",
66
+ "checkov -d . --compact",
67
+ "checkov -d k8s/ --framework kubernetes"
68
+ ],
69
+ "relatedCommands": [
70
+ "terraform",
71
+ "tflint",
72
+ "trivy",
73
+ "semgrep"
74
+ ]
75
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "name": "commitlint",
3
+ "description": "Lint commit messages against conventional commit format",
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
+ "globalOptions": [
18
+ {
19
+ "name": "--edit",
20
+ "description": "Read commit message from file",
21
+ "type": "file"
22
+ },
23
+ {
24
+ "name": "--from",
25
+ "description": "Lower end of commit range",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "--to",
30
+ "description": "Upper end of commit range",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "--extends",
35
+ "description": "Config modules to extend",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "--config",
40
+ "description": "Path to config file",
41
+ "type": "file"
42
+ },
43
+ {
44
+ "name": "--format",
45
+ "description": "Output format",
46
+ "type": "string"
47
+ }
48
+ ],
49
+ "examples": [
50
+ "echo 'fix: typo' | npx commitlint",
51
+ "npx commitlint --edit",
52
+ "npx commitlint --from HEAD~5",
53
+ "npx commitlint --from HEAD~1 --to HEAD"
54
+ ],
55
+ "relatedCommands": [
56
+ "husky",
57
+ "conventional-commits",
58
+ "semantic-release"
59
+ ]
60
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "concurrently",
3
+ "description": "Run multiple commands concurrently",
4
+ "category": "build-tools",
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": "-n",
20
+ "description": "Comma-separated names for prefixes",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "name": "-k",
25
+ "description": "Kill others on failure"
26
+ },
27
+ {
28
+ "name": "--kill-others-on-fail",
29
+ "description": "Kill all if one exits non-zero"
30
+ },
31
+ {
32
+ "name": "-p",
33
+ "description": "Prefix type (pid, name, command, time, none)",
34
+ "type": "string"
35
+ },
36
+ {
37
+ "name": "-c",
38
+ "description": "Comma-separated colors for prefixes",
39
+ "type": "string"
40
+ },
41
+ {
42
+ "name": "--raw",
43
+ "description": "Output raw (no prefix)"
44
+ },
45
+ {
46
+ "name": "-m",
47
+ "description": "Maximum parallel processes",
48
+ "type": "number"
49
+ }
50
+ ],
51
+ "examples": [
52
+ "concurrently \"npm:dev\" \"npm:watch\"",
53
+ "concurrently -n server,client \"npm run server\" \"npm run client\"",
54
+ "concurrently -k \"tsc -w\" \"node dist/index.js\"",
55
+ "concurrently --kill-others-on-fail \"npm test\" \"npm run lint\""
56
+ ],
57
+ "relatedCommands": [
58
+ "parallel",
59
+ "npm-run-all",
60
+ "make"
61
+ ]
62
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "conventional-commits",
3
+ "description": "Conventional Commits CLI for structured commit messages",
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
+ "globalOptions": [],
18
+ "examples": [
19
+ "npx cz",
20
+ "npx git-cz",
21
+ "npx commitizen init cz-conventional-changelog --save-dev",
22
+ "git cz"
23
+ ],
24
+ "relatedCommands": [
25
+ "commitlint",
26
+ "husky",
27
+ "semantic-release",
28
+ "changeset"
29
+ ]
30
+ }
@@ -0,0 +1,103 @@
1
+ {
2
+ "name": "cosign",
3
+ "description": "Container signing, verification, and storage in OCI registries",
4
+ "category": "security",
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": "sign",
19
+ "description": "Sign a container image",
20
+ "examples": [
21
+ "cosign sign image:tag"
22
+ ]
23
+ },
24
+ {
25
+ "name": "verify",
26
+ "description": "Verify image signature",
27
+ "examples": [
28
+ "cosign verify image:tag --key cosign.pub"
29
+ ]
30
+ },
31
+ {
32
+ "name": "generate-key-pair",
33
+ "description": "Generate signing key pair",
34
+ "examples": [
35
+ "cosign generate-key-pair"
36
+ ]
37
+ },
38
+ {
39
+ "name": "attach",
40
+ "description": "Attach artifacts to image",
41
+ "examples": [
42
+ "cosign attach sbom --sbom sbom.json image:tag"
43
+ ]
44
+ },
45
+ {
46
+ "name": "download",
47
+ "description": "Download artifacts",
48
+ "examples": [
49
+ "cosign download sbom image:tag"
50
+ ]
51
+ },
52
+ {
53
+ "name": "sign-blob",
54
+ "description": "Sign a blob/file",
55
+ "examples": [
56
+ "cosign sign-blob --key cosign.key file.txt"
57
+ ]
58
+ },
59
+ {
60
+ "name": "verify-blob",
61
+ "description": "Verify blob signature",
62
+ "examples": [
63
+ "cosign verify-blob --key cosign.pub --signature sig file.txt"
64
+ ]
65
+ },
66
+ {
67
+ "name": "tree",
68
+ "description": "Show image supply chain tree",
69
+ "examples": [
70
+ "cosign tree image:tag"
71
+ ]
72
+ }
73
+ ],
74
+ "globalOptions": [
75
+ {
76
+ "name": "--key",
77
+ "description": "Signing key",
78
+ "type": "file"
79
+ },
80
+ {
81
+ "name": "--output-signature",
82
+ "description": "Output signature to file",
83
+ "type": "file"
84
+ },
85
+ {
86
+ "name": "--output-certificate",
87
+ "description": "Output certificate to file",
88
+ "type": "file"
89
+ }
90
+ ],
91
+ "examples": [
92
+ "cosign generate-key-pair",
93
+ "cosign sign --key cosign.key image:tag",
94
+ "cosign verify --key cosign.pub image:tag",
95
+ "cosign sign-blob --key cosign.key file.txt"
96
+ ],
97
+ "relatedCommands": [
98
+ "crane",
99
+ "skopeo",
100
+ "syft",
101
+ "grype"
102
+ ]
103
+ }
@@ -0,0 +1,109 @@
1
+ {
2
+ "name": "crane",
3
+ "description": "Container registry tool for interacting with remote images",
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": "pull",
19
+ "description": "Pull remote image as tarball",
20
+ "examples": [
21
+ "crane pull nginx:latest nginx.tar"
22
+ ]
23
+ },
24
+ {
25
+ "name": "push",
26
+ "description": "Push tarball to registry",
27
+ "examples": [
28
+ "crane push image.tar registry/image:tag"
29
+ ]
30
+ },
31
+ {
32
+ "name": "copy",
33
+ "description": "Copy image between registries",
34
+ "examples": [
35
+ "crane copy src/image:tag dest/image:tag"
36
+ ]
37
+ },
38
+ {
39
+ "name": "digest",
40
+ "description": "Get image digest",
41
+ "examples": [
42
+ "crane digest nginx:latest"
43
+ ]
44
+ },
45
+ {
46
+ "name": "manifest",
47
+ "description": "Get image manifest",
48
+ "examples": [
49
+ "crane manifest nginx:latest"
50
+ ]
51
+ },
52
+ {
53
+ "name": "ls",
54
+ "description": "List tags",
55
+ "examples": [
56
+ "crane ls nginx"
57
+ ]
58
+ },
59
+ {
60
+ "name": "config",
61
+ "description": "Get image config",
62
+ "examples": [
63
+ "crane config nginx:latest"
64
+ ]
65
+ },
66
+ {
67
+ "name": "catalog",
68
+ "description": "List repositories",
69
+ "examples": [
70
+ "crane catalog registry.example.com"
71
+ ]
72
+ },
73
+ {
74
+ "name": "auth login",
75
+ "description": "Login to registry",
76
+ "examples": [
77
+ "crane auth login registry.example.com"
78
+ ]
79
+ }
80
+ ],
81
+ "globalOptions": [
82
+ {
83
+ "name": "--insecure",
84
+ "description": "Allow insecure registry"
85
+ },
86
+ {
87
+ "name": "--platform",
88
+ "description": "Platform to use",
89
+ "type": "string"
90
+ },
91
+ {
92
+ "name": "-v",
93
+ "description": "Verbose logging"
94
+ }
95
+ ],
96
+ "examples": [
97
+ "crane ls nginx",
98
+ "crane digest nginx:latest",
99
+ "crane copy src/img:v1 dest/img:v1",
100
+ "crane manifest nginx:latest",
101
+ "crane pull nginx:latest nginx.tar"
102
+ ],
103
+ "relatedCommands": [
104
+ "skopeo",
105
+ "docker",
106
+ "podman",
107
+ "cosign"
108
+ ]
109
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "cron",
3
+ "description": "Daemon to execute scheduled commands (crontab)",
4
+ "category": "system",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [],
16
+ "examples": [
17
+ "crontab -l",
18
+ "crontab -e",
19
+ "crontab -r",
20
+ "crontab file.txt",
21
+ "crontab -l -u www-data"
22
+ ],
23
+ "relatedCommands": [
24
+ "crontab",
25
+ "at",
26
+ "systemd-timer",
27
+ "anacron"
28
+ ]
29
+ }