@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,102 @@
1
+ {
2
+ "name": "crystal",
3
+ "description": "Crystal programming language compiler",
4
+ "category": "languages",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [
15
+ {
16
+ "name": "build",
17
+ "description": "Compile program",
18
+ "examples": [
19
+ "crystal build src/main.cr"
20
+ ]
21
+ },
22
+ {
23
+ "name": "run",
24
+ "description": "Compile and run",
25
+ "examples": [
26
+ "crystal run src/main.cr"
27
+ ]
28
+ },
29
+ {
30
+ "name": "spec",
31
+ "description": "Run spec tests",
32
+ "examples": [
33
+ "crystal spec"
34
+ ]
35
+ },
36
+ {
37
+ "name": "init",
38
+ "description": "Create new project",
39
+ "examples": [
40
+ "crystal init app myapp",
41
+ "crystal init lib mylib"
42
+ ]
43
+ },
44
+ {
45
+ "name": "docs",
46
+ "description": "Generate documentation",
47
+ "examples": [
48
+ "crystal docs"
49
+ ]
50
+ },
51
+ {
52
+ "name": "eval",
53
+ "description": "Evaluate code from arguments",
54
+ "examples": [
55
+ "crystal eval 'puts 1 + 1'"
56
+ ]
57
+ },
58
+ {
59
+ "name": "tool format",
60
+ "description": "Format source code",
61
+ "examples": [
62
+ "crystal tool format"
63
+ ]
64
+ }
65
+ ],
66
+ "globalOptions": [
67
+ {
68
+ "name": "--release",
69
+ "description": "Release build"
70
+ },
71
+ {
72
+ "name": "-o",
73
+ "description": "Output file",
74
+ "type": "file"
75
+ },
76
+ {
77
+ "name": "--error-trace",
78
+ "description": "Show full error trace"
79
+ },
80
+ {
81
+ "name": "-s",
82
+ "description": "Silent mode"
83
+ },
84
+ {
85
+ "name": "--static",
86
+ "description": "Static linking"
87
+ }
88
+ ],
89
+ "examples": [
90
+ "crystal run src/main.cr",
91
+ "crystal build --release src/main.cr",
92
+ "crystal spec",
93
+ "crystal init app myapp",
94
+ "shards install"
95
+ ],
96
+ "relatedCommands": [
97
+ "ruby",
98
+ "nim",
99
+ "zig",
100
+ "shards"
101
+ ]
102
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "name": "csvkit",
3
+ "description": "Suite of command-line tools for converting to and working with CSV",
4
+ "category": "data",
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": "csvlook",
19
+ "description": "Render CSV as a table",
20
+ "examples": [
21
+ "csvlook data.csv"
22
+ ]
23
+ },
24
+ {
25
+ "name": "csvcut",
26
+ "description": "Select/reorder columns",
27
+ "examples": [
28
+ "csvcut -c 1,3 data.csv"
29
+ ]
30
+ },
31
+ {
32
+ "name": "csvgrep",
33
+ "description": "Filter rows",
34
+ "examples": [
35
+ "csvgrep -c name -m Alice data.csv"
36
+ ]
37
+ },
38
+ {
39
+ "name": "csvstat",
40
+ "description": "Show statistics",
41
+ "examples": [
42
+ "csvstat data.csv"
43
+ ]
44
+ },
45
+ {
46
+ "name": "csvsort",
47
+ "description": "Sort rows",
48
+ "examples": [
49
+ "csvsort -c 2 data.csv"
50
+ ]
51
+ },
52
+ {
53
+ "name": "csvjoin",
54
+ "description": "Join CSV files",
55
+ "examples": [
56
+ "csvjoin -c id a.csv b.csv"
57
+ ]
58
+ },
59
+ {
60
+ "name": "in2csv",
61
+ "description": "Convert to CSV",
62
+ "examples": [
63
+ "in2csv data.xlsx",
64
+ "in2csv data.json"
65
+ ]
66
+ },
67
+ {
68
+ "name": "csvsql",
69
+ "description": "Run SQL on CSV",
70
+ "examples": [
71
+ "csvsql --query 'SELECT * FROM data WHERE age > 30' data.csv"
72
+ ]
73
+ },
74
+ {
75
+ "name": "csvformat",
76
+ "description": "Convert delimiter",
77
+ "examples": [
78
+ "csvformat -D '\\t' data.csv"
79
+ ]
80
+ }
81
+ ],
82
+ "globalOptions": [],
83
+ "examples": [
84
+ "csvlook data.csv",
85
+ "csvcut -c name,age data.csv",
86
+ "csvstat data.csv",
87
+ "csvsql --query 'SELECT * FROM data' data.csv",
88
+ "in2csv data.xlsx | csvlook"
89
+ ],
90
+ "relatedCommands": [
91
+ "miller",
92
+ "xsv",
93
+ "awk",
94
+ "jq"
95
+ ]
96
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "cut",
3
+ "description": "Remove sections from each line of files",
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": "-d",
18
+ "description": "Use delimiter instead of TAB",
19
+ "type": "string"
20
+ },
21
+ {
22
+ "name": "-f",
23
+ "description": "Select only these fields",
24
+ "type": "string"
25
+ },
26
+ {
27
+ "name": "-c",
28
+ "description": "Select only these characters",
29
+ "type": "string"
30
+ },
31
+ {
32
+ "name": "-b",
33
+ "description": "Select only these bytes",
34
+ "type": "string"
35
+ },
36
+ {
37
+ "name": "--complement",
38
+ "description": "Complement the set of selected bytes/chars/fields"
39
+ },
40
+ {
41
+ "name": "-s",
42
+ "description": "Only print lines containing delimiters"
43
+ },
44
+ {
45
+ "name": "--output-delimiter",
46
+ "description": "Use string as the output delimiter",
47
+ "type": "string"
48
+ }
49
+ ],
50
+ "examples": [
51
+ "cut -d ',' -f 1,3 data.csv",
52
+ "cut -c 1-10 file.txt",
53
+ "echo $PATH | cut -d ':' -f 1",
54
+ "cut -d ':' -f 1 /etc/passwd",
55
+ "cut -f 2 data.tsv"
56
+ ],
57
+ "relatedCommands": [
58
+ "awk",
59
+ "paste",
60
+ "tr"
61
+ ]
62
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "name": "df",
3
+ "description": "Report file system disk space usage",
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": "-h",
18
+ "description": "Human-readable sizes (1K, 234M, 2G)"
19
+ },
20
+ {
21
+ "name": "-T",
22
+ "description": "Print file system type"
23
+ },
24
+ {
25
+ "name": "-i",
26
+ "description": "Show inode information instead of block"
27
+ },
28
+ {
29
+ "name": "-a",
30
+ "description": "Include pseudo/duplicate/inaccessible file systems"
31
+ },
32
+ {
33
+ "name": "-l",
34
+ "description": "Show only local file systems"
35
+ },
36
+ {
37
+ "name": "-t",
38
+ "description": "Show only file systems of given type",
39
+ "type": "string"
40
+ },
41
+ {
42
+ "name": "-x",
43
+ "description": "Exclude file systems of given type",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "--total",
48
+ "description": "Add a grand total row"
49
+ }
50
+ ],
51
+ "examples": [
52
+ "df -h",
53
+ "df -hT",
54
+ "df -i",
55
+ "df -h /home",
56
+ "df --total -h",
57
+ "df -h -x tmpfs",
58
+ "df -Th /dev/sda1"
59
+ ],
60
+ "relatedCommands": [
61
+ "du",
62
+ "mount",
63
+ "lsblk",
64
+ "fdisk"
65
+ ]
66
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "name": "diff",
3
+ "description": "Compare files line by line",
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": "-u",
18
+ "description": "Unified format (context diff)"
19
+ },
20
+ {
21
+ "name": "-r",
22
+ "description": "Recursively compare directories"
23
+ },
24
+ {
25
+ "name": "-i",
26
+ "description": "Ignore case differences"
27
+ },
28
+ {
29
+ "name": "-w",
30
+ "description": "Ignore all white space"
31
+ },
32
+ {
33
+ "name": "-B",
34
+ "description": "Ignore blank lines"
35
+ },
36
+ {
37
+ "name": "--color",
38
+ "description": "Colorize output",
39
+ "type": "string"
40
+ },
41
+ {
42
+ "name": "-q",
43
+ "description": "Report only when files differ"
44
+ },
45
+ {
46
+ "name": "-y",
47
+ "description": "Side-by-side output"
48
+ },
49
+ {
50
+ "name": "--brief",
51
+ "description": "Report only whether files differ"
52
+ },
53
+ {
54
+ "name": "-N",
55
+ "description": "Treat absent files as empty"
56
+ }
57
+ ],
58
+ "examples": [
59
+ "diff file1.txt file2.txt",
60
+ "diff -u old.txt new.txt",
61
+ "diff -u old.txt new.txt > patch.diff",
62
+ "diff -r dir1/ dir2/",
63
+ "diff -y file1 file2",
64
+ "diff --color=auto a.txt b.txt"
65
+ ],
66
+ "relatedCommands": [
67
+ "patch",
68
+ "cmp",
69
+ "comm",
70
+ "vimdiff"
71
+ ]
72
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "name": "dig",
3
+ "description": "DNS lookup utility",
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": "+short",
18
+ "description": "Short (terse) output"
19
+ },
20
+ {
21
+ "name": "+trace",
22
+ "description": "Trace delegation path"
23
+ },
24
+ {
25
+ "name": "+noall",
26
+ "description": "Turn off all display flags"
27
+ },
28
+ {
29
+ "name": "+answer",
30
+ "description": "Display answer section"
31
+ },
32
+ {
33
+ "name": "@",
34
+ "description": "Use specified DNS server",
35
+ "type": "string"
36
+ },
37
+ {
38
+ "name": "-x",
39
+ "description": "Reverse DNS lookup"
40
+ },
41
+ {
42
+ "name": "-t",
43
+ "description": "Query type (A, AAAA, MX, NS, TXT, CNAME, SOA)",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "+nocmd",
48
+ "description": "Do not print query line"
49
+ }
50
+ ],
51
+ "examples": [
52
+ "dig example.com",
53
+ "dig example.com +short",
54
+ "dig @8.8.8.8 example.com",
55
+ "dig -t MX example.com",
56
+ "dig -t TXT example.com",
57
+ "dig -x 8.8.8.8",
58
+ "dig +trace example.com",
59
+ "dig example.com NS +short"
60
+ ],
61
+ "relatedCommands": [
62
+ "nslookup",
63
+ "host",
64
+ "whois",
65
+ "ping"
66
+ ]
67
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "dmesg",
3
+ "description": "Print or control the kernel ring buffer",
4
+ "category": "system",
5
+ "platforms": [
6
+ "linux"
7
+ ],
8
+ "shells": [
9
+ "bash",
10
+ "zsh",
11
+ "fish"
12
+ ],
13
+ "subcommands": [],
14
+ "globalOptions": [
15
+ {
16
+ "name": "-H",
17
+ "description": "Human-readable output"
18
+ },
19
+ {
20
+ "name": "-T",
21
+ "description": "Print human-readable timestamps"
22
+ },
23
+ {
24
+ "name": "-w",
25
+ "description": "Wait for new messages (follow)"
26
+ },
27
+ {
28
+ "name": "-l",
29
+ "description": "Restrict output to given level list",
30
+ "type": "string"
31
+ },
32
+ {
33
+ "name": "-f",
34
+ "description": "Restrict to given facility list",
35
+ "type": "string"
36
+ },
37
+ {
38
+ "name": "--color",
39
+ "description": "Colorize output",
40
+ "type": "string"
41
+ },
42
+ {
43
+ "name": "-c",
44
+ "description": "Clear buffer after printing"
45
+ },
46
+ {
47
+ "name": "-t",
48
+ "description": "Do not print timestamps"
49
+ }
50
+ ],
51
+ "examples": [
52
+ "dmesg | tail -20",
53
+ "dmesg -T",
54
+ "dmesg -H",
55
+ "dmesg -w",
56
+ "dmesg -l err,warn",
57
+ "sudo dmesg -c",
58
+ "dmesg | grep -i usb"
59
+ ],
60
+ "relatedCommands": [
61
+ "journalctl",
62
+ "syslog",
63
+ "kern.log"
64
+ ]
65
+ }
@@ -0,0 +1,136 @@
1
+ {
2
+ "name": "dotnet",
3
+ "description": ".NET CLI — build, run, publish .NET applications",
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
+ {
18
+ "name": "new",
19
+ "description": "Create new project",
20
+ "examples": [
21
+ "dotnet new console",
22
+ "dotnet new webapi -n MyApi",
23
+ "dotnet new list"
24
+ ]
25
+ },
26
+ {
27
+ "name": "build",
28
+ "description": "Build project",
29
+ "examples": [
30
+ "dotnet build",
31
+ "dotnet build -c Release"
32
+ ]
33
+ },
34
+ {
35
+ "name": "run",
36
+ "description": "Run project",
37
+ "examples": [
38
+ "dotnet run",
39
+ "dotnet run --project src/MyApp"
40
+ ]
41
+ },
42
+ {
43
+ "name": "test",
44
+ "description": "Run tests",
45
+ "examples": [
46
+ "dotnet test"
47
+ ]
48
+ },
49
+ {
50
+ "name": "publish",
51
+ "description": "Publish for deployment",
52
+ "examples": [
53
+ "dotnet publish -c Release -o ./out"
54
+ ]
55
+ },
56
+ {
57
+ "name": "add",
58
+ "description": "Add package/reference",
59
+ "examples": [
60
+ "dotnet add package Newtonsoft.Json",
61
+ "dotnet add reference ../Lib/Lib.csproj"
62
+ ]
63
+ },
64
+ {
65
+ "name": "restore",
66
+ "description": "Restore dependencies",
67
+ "examples": [
68
+ "dotnet restore"
69
+ ]
70
+ },
71
+ {
72
+ "name": "clean",
73
+ "description": "Clean build output",
74
+ "examples": [
75
+ "dotnet clean"
76
+ ]
77
+ },
78
+ {
79
+ "name": "ef",
80
+ "description": "Entity Framework commands",
81
+ "examples": [
82
+ "dotnet ef migrations add Init",
83
+ "dotnet ef database update"
84
+ ]
85
+ },
86
+ {
87
+ "name": "tool",
88
+ "description": "Manage .NET tools",
89
+ "examples": [
90
+ "dotnet tool install -g dotnet-ef",
91
+ "dotnet tool list -g"
92
+ ]
93
+ },
94
+ {
95
+ "name": "watch",
96
+ "description": "Watch for changes and restart",
97
+ "examples": [
98
+ "dotnet watch run"
99
+ ]
100
+ }
101
+ ],
102
+ "globalOptions": [
103
+ {
104
+ "name": "-c",
105
+ "description": "Configuration (Debug, Release)",
106
+ "type": "string"
107
+ },
108
+ {
109
+ "name": "-o",
110
+ "description": "Output directory",
111
+ "type": "string"
112
+ },
113
+ {
114
+ "name": "-v",
115
+ "description": "Verbosity (q, m, n, d, diag)",
116
+ "type": "string"
117
+ },
118
+ {
119
+ "name": "--no-restore",
120
+ "description": "Skip restore"
121
+ }
122
+ ],
123
+ "examples": [
124
+ "dotnet new webapi -n MyApi",
125
+ "dotnet build -c Release",
126
+ "dotnet run",
127
+ "dotnet test",
128
+ "dotnet publish -c Release",
129
+ "dotnet watch run"
130
+ ],
131
+ "relatedCommands": [
132
+ "msbuild",
133
+ "nuget",
134
+ "csharp"
135
+ ]
136
+ }