@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,122 @@
1
+ {
2
+ "name": "sam",
3
+ "description": "AWS Serverless Application Model 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": "Initialize a new SAM project",
20
+ "examples": [
21
+ "sam init",
22
+ "sam init --runtime nodejs20.x"
23
+ ]
24
+ },
25
+ {
26
+ "name": "build",
27
+ "description": "Build serverless application",
28
+ "examples": [
29
+ "sam build"
30
+ ]
31
+ },
32
+ {
33
+ "name": "deploy",
34
+ "description": "Deploy to AWS",
35
+ "examples": [
36
+ "sam deploy --guided",
37
+ "sam deploy"
38
+ ]
39
+ },
40
+ {
41
+ "name": "local invoke",
42
+ "description": "Invoke function locally",
43
+ "examples": [
44
+ "sam local invoke MyFunction"
45
+ ]
46
+ },
47
+ {
48
+ "name": "local start-api",
49
+ "description": "Start local API Gateway",
50
+ "examples": [
51
+ "sam local start-api"
52
+ ]
53
+ },
54
+ {
55
+ "name": "local start-lambda",
56
+ "description": "Start local Lambda endpoint",
57
+ "examples": [
58
+ "sam local start-lambda"
59
+ ]
60
+ },
61
+ {
62
+ "name": "validate",
63
+ "description": "Validate template",
64
+ "examples": [
65
+ "sam validate"
66
+ ]
67
+ },
68
+ {
69
+ "name": "logs",
70
+ "description": "Fetch function logs",
71
+ "examples": [
72
+ "sam logs -n MyFunction --tail"
73
+ ]
74
+ },
75
+ {
76
+ "name": "delete",
77
+ "description": "Delete deployed stack",
78
+ "examples": [
79
+ "sam delete"
80
+ ]
81
+ },
82
+ {
83
+ "name": "sync",
84
+ "description": "Sync local changes to AWS",
85
+ "examples": [
86
+ "sam sync --watch"
87
+ ]
88
+ }
89
+ ],
90
+ "globalOptions": [
91
+ {
92
+ "name": "--region",
93
+ "description": "AWS region",
94
+ "type": "string"
95
+ },
96
+ {
97
+ "name": "--profile",
98
+ "description": "AWS profile",
99
+ "type": "string"
100
+ },
101
+ {
102
+ "name": "--template-file",
103
+ "short": "-t",
104
+ "description": "SAM template file",
105
+ "type": "file"
106
+ }
107
+ ],
108
+ "examples": [
109
+ "sam init",
110
+ "sam build",
111
+ "sam deploy --guided",
112
+ "sam local invoke MyFunction",
113
+ "sam local start-api",
114
+ "sam sync --watch"
115
+ ],
116
+ "relatedCommands": [
117
+ "serverless",
118
+ "cdk",
119
+ "aws",
120
+ "cloudformation"
121
+ ]
122
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "name": "sdkman",
3
+ "description": "Software Development Kit Manager for JVM languages",
4
+ "category": "version-manager",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh"
12
+ ],
13
+ "subcommands": [
14
+ {
15
+ "name": "install",
16
+ "description": "Install a SDK version",
17
+ "examples": [
18
+ "sdk install java 21.0.1-tem",
19
+ "sdk install gradle"
20
+ ]
21
+ },
22
+ {
23
+ "name": "use",
24
+ "description": "Use a specific version in current shell",
25
+ "examples": [
26
+ "sdk use java 21.0.1-tem"
27
+ ]
28
+ },
29
+ {
30
+ "name": "default",
31
+ "description": "Set default version",
32
+ "examples": [
33
+ "sdk default java 21.0.1-tem"
34
+ ]
35
+ },
36
+ {
37
+ "name": "list",
38
+ "description": "List available versions",
39
+ "examples": [
40
+ "sdk list java",
41
+ "sdk list gradle"
42
+ ]
43
+ },
44
+ {
45
+ "name": "current",
46
+ "description": "Show current versions",
47
+ "examples": [
48
+ "sdk current",
49
+ "sdk current java"
50
+ ]
51
+ },
52
+ {
53
+ "name": "uninstall",
54
+ "description": "Uninstall a version",
55
+ "examples": [
56
+ "sdk uninstall java 17.0.1-tem"
57
+ ]
58
+ },
59
+ {
60
+ "name": "env",
61
+ "description": "Load from .sdkmanrc",
62
+ "examples": [
63
+ "sdk env",
64
+ "sdk env init"
65
+ ]
66
+ },
67
+ {
68
+ "name": "upgrade",
69
+ "description": "Upgrade outdated versions",
70
+ "examples": [
71
+ "sdk upgrade"
72
+ ]
73
+ }
74
+ ],
75
+ "globalOptions": [],
76
+ "examples": [
77
+ "sdk install java 21.0.1-tem",
78
+ "sdk list java",
79
+ "sdk use java 21.0.1-tem",
80
+ "sdk current",
81
+ "sdk default java 21.0.1-tem"
82
+ ],
83
+ "relatedCommands": [
84
+ "java",
85
+ "gradle",
86
+ "mvn",
87
+ "kotlin"
88
+ ]
89
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "semantic-release",
3
+ "description": "Fully automated version management and package publishing",
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": "--branches",
20
+ "description": "Release branches",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "name": "--dry-run",
25
+ "description": "Skip release, only verify"
26
+ },
27
+ {
28
+ "name": "--no-ci",
29
+ "description": "Skip CI environment check"
30
+ },
31
+ {
32
+ "name": "--debug",
33
+ "description": "Enable debug output"
34
+ },
35
+ {
36
+ "name": "-e",
37
+ "description": "Extend shareable config",
38
+ "type": "string"
39
+ },
40
+ {
41
+ "name": "--repository-url",
42
+ "description": "Git repository URL",
43
+ "type": "string"
44
+ }
45
+ ],
46
+ "examples": [
47
+ "npx semantic-release",
48
+ "npx semantic-release --dry-run",
49
+ "npx semantic-release --branches main",
50
+ "npx semantic-release --no-ci --dry-run"
51
+ ],
52
+ "relatedCommands": [
53
+ "commitlint",
54
+ "husky",
55
+ "changeset",
56
+ "np"
57
+ ]
58
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "name": "semgrep",
3
+ "description": "Lightweight static analysis for finding bugs and enforcing code standards",
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
+ {
18
+ "name": "scan",
19
+ "description": "Scan code",
20
+ "examples": [
21
+ "semgrep scan",
22
+ "semgrep scan --config auto"
23
+ ]
24
+ },
25
+ {
26
+ "name": "ci",
27
+ "description": "Run in CI mode",
28
+ "examples": [
29
+ "semgrep ci"
30
+ ]
31
+ },
32
+ {
33
+ "name": "login",
34
+ "description": "Login to Semgrep Cloud",
35
+ "examples": [
36
+ "semgrep login"
37
+ ]
38
+ }
39
+ ],
40
+ "globalOptions": [
41
+ {
42
+ "name": "--config",
43
+ "description": "Rule configuration (auto, p/default, file)",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "--lang",
48
+ "description": "Target language",
49
+ "type": "string"
50
+ },
51
+ {
52
+ "name": "--json",
53
+ "description": "JSON output"
54
+ },
55
+ {
56
+ "name": "--sarif",
57
+ "description": "SARIF output"
58
+ },
59
+ {
60
+ "name": "--severity",
61
+ "description": "Filter by severity",
62
+ "type": "string"
63
+ },
64
+ {
65
+ "name": "--exclude",
66
+ "description": "Exclude paths",
67
+ "type": "string"
68
+ },
69
+ {
70
+ "name": "--include",
71
+ "description": "Include paths",
72
+ "type": "string"
73
+ },
74
+ {
75
+ "name": "--autofix",
76
+ "description": "Apply autofixes"
77
+ },
78
+ {
79
+ "name": "-e",
80
+ "description": "Pattern to search for",
81
+ "type": "string"
82
+ }
83
+ ],
84
+ "examples": [
85
+ "semgrep scan --config auto",
86
+ "semgrep scan --config p/owasp-top-ten",
87
+ "semgrep scan --config p/typescript",
88
+ "semgrep ci",
89
+ "semgrep scan -e '$X == $X' --lang python"
90
+ ],
91
+ "relatedCommands": [
92
+ "eslint",
93
+ "sonar",
94
+ "codeql",
95
+ "bandit"
96
+ ]
97
+ }
@@ -0,0 +1,121 @@
1
+ {
2
+ "name": "serverless",
3
+ "description": "Serverless Framework — build serverless applications",
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": "deploy",
19
+ "description": "Deploy a service",
20
+ "examples": [
21
+ "serverless deploy",
22
+ "sls deploy --stage prod"
23
+ ]
24
+ },
25
+ {
26
+ "name": "invoke",
27
+ "description": "Invoke a function",
28
+ "examples": [
29
+ "sls invoke -f hello",
30
+ "sls invoke local -f hello"
31
+ ]
32
+ },
33
+ {
34
+ "name": "logs",
35
+ "description": "View function logs",
36
+ "examples": [
37
+ "sls logs -f hello -t"
38
+ ]
39
+ },
40
+ {
41
+ "name": "remove",
42
+ "description": "Remove a deployed service",
43
+ "examples": [
44
+ "sls remove"
45
+ ]
46
+ },
47
+ {
48
+ "name": "info",
49
+ "description": "Show service info",
50
+ "examples": [
51
+ "sls info"
52
+ ]
53
+ },
54
+ {
55
+ "name": "create",
56
+ "description": "Create new service from template",
57
+ "examples": [
58
+ "sls create --template aws-nodejs --path my-service"
59
+ ]
60
+ },
61
+ {
62
+ "name": "package",
63
+ "description": "Package the service",
64
+ "examples": [
65
+ "sls package"
66
+ ]
67
+ },
68
+ {
69
+ "name": "plugin install",
70
+ "description": "Install plugin",
71
+ "examples": [
72
+ "sls plugin install -n serverless-offline"
73
+ ]
74
+ },
75
+ {
76
+ "name": "offline",
77
+ "description": "Run locally (with plugin)",
78
+ "examples": [
79
+ "sls offline start"
80
+ ]
81
+ }
82
+ ],
83
+ "globalOptions": [
84
+ {
85
+ "name": "--stage",
86
+ "short": "-s",
87
+ "description": "Deployment stage",
88
+ "type": "string"
89
+ },
90
+ {
91
+ "name": "--region",
92
+ "short": "-r",
93
+ "description": "AWS region",
94
+ "type": "string"
95
+ },
96
+ {
97
+ "name": "--verbose",
98
+ "short": "-v",
99
+ "description": "Verbose output"
100
+ },
101
+ {
102
+ "name": "--config",
103
+ "short": "-c",
104
+ "description": "Config file",
105
+ "type": "file"
106
+ }
107
+ ],
108
+ "examples": [
109
+ "sls deploy",
110
+ "sls deploy --stage prod",
111
+ "sls invoke -f hello",
112
+ "sls logs -f hello -t",
113
+ "sls create --template aws-nodejs --path my-svc"
114
+ ],
115
+ "relatedCommands": [
116
+ "sam",
117
+ "cdk",
118
+ "aws",
119
+ "lambda"
120
+ ]
121
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "name": "shellcheck",
3
+ "description": "Static analysis tool for shell scripts",
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": "-e",
20
+ "description": "Exclude specific error codes",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "name": "-s",
25
+ "description": "Shell dialect (sh, bash, dash, ksh)",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "-f",
30
+ "description": "Output format (gcc, json, tty, checkstyle, diff)",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "-S",
35
+ "description": "Minimum severity (error, warning, info, style)",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "-x",
40
+ "description": "Follow sourced files"
41
+ },
42
+ {
43
+ "name": "--color",
44
+ "description": "Color output (auto, always, never)",
45
+ "type": "string"
46
+ }
47
+ ],
48
+ "examples": [
49
+ "shellcheck script.sh",
50
+ "shellcheck -s bash script.sh",
51
+ "shellcheck -f json script.sh",
52
+ "shellcheck -e SC2034 script.sh",
53
+ "shellcheck **/*.sh",
54
+ "shellcheck -S warning script.sh"
55
+ ],
56
+ "relatedCommands": [
57
+ "bash",
58
+ "shfmt",
59
+ "hadolint"
60
+ ]
61
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "name": "skopeo",
3
+ "description": "Container image management tool — copy, inspect, sign images",
4
+ "category": "containers",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [
15
+ {
16
+ "name": "copy",
17
+ "description": "Copy images between registries",
18
+ "examples": [
19
+ "skopeo copy docker://src docker://dest"
20
+ ]
21
+ },
22
+ {
23
+ "name": "inspect",
24
+ "description": "Inspect image metadata",
25
+ "examples": [
26
+ "skopeo inspect docker://docker.io/library/nginx"
27
+ ]
28
+ },
29
+ {
30
+ "name": "list-tags",
31
+ "description": "List tags for a repository",
32
+ "examples": [
33
+ "skopeo list-tags docker://docker.io/library/nginx"
34
+ ]
35
+ },
36
+ {
37
+ "name": "delete",
38
+ "description": "Delete an image from a registry",
39
+ "examples": [
40
+ "skopeo delete docker://registry/image:tag"
41
+ ]
42
+ },
43
+ {
44
+ "name": "sync",
45
+ "description": "Sync images between registries",
46
+ "examples": [
47
+ "skopeo sync --src docker --dest dir docker.io/library/nginx /tmp/nginx"
48
+ ]
49
+ }
50
+ ],
51
+ "globalOptions": [
52
+ {
53
+ "name": "--override-os",
54
+ "description": "Override OS",
55
+ "type": "string"
56
+ },
57
+ {
58
+ "name": "--override-arch",
59
+ "description": "Override architecture",
60
+ "type": "string"
61
+ },
62
+ {
63
+ "name": "--insecure-policy",
64
+ "description": "Skip policy checks"
65
+ }
66
+ ],
67
+ "examples": [
68
+ "skopeo inspect docker://docker.io/library/nginx",
69
+ "skopeo copy docker://src docker://dest",
70
+ "skopeo list-tags docker://docker.io/library/node",
71
+ "skopeo sync --src docker --dest dir ubuntu /tmp/ubuntu"
72
+ ],
73
+ "relatedCommands": [
74
+ "podman",
75
+ "buildah",
76
+ "docker",
77
+ "crane"
78
+ ]
79
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "socat",
3
+ "description": "Multipurpose relay — bidirectional data transfer",
4
+ "category": "networking",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-d",
18
+ "description": "Increase verbosity (use -d -d for more)"
19
+ },
20
+ {
21
+ "name": "-v",
22
+ "description": "Write data to stderr"
23
+ },
24
+ {
25
+ "name": "-t",
26
+ "description": "Timeout for second address",
27
+ "type": "number"
28
+ }
29
+ ],
30
+ "examples": [
31
+ "socat TCP-LISTEN:8080,fork TCP:remote:80",
32
+ "socat - TCP:host:port",
33
+ "socat TCP-LISTEN:1234 EXEC:/bin/bash",
34
+ "socat UNIX-LISTEN:/tmp/sock,fork TCP:localhost:8080",
35
+ "socat TCP-LISTEN:443,fork OPENSSL:remote:443"
36
+ ],
37
+ "relatedCommands": [
38
+ "nc",
39
+ "ssh",
40
+ "ncat",
41
+ "stunnel"
42
+ ]
43
+ }