You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,14 @@
32
32
33
33
-**`sprocket analyzer`** runs Sprocket as a LSP server, which is useful for IDE integration.
34
34
-**`sprocket check`** performs static analysis on a document or directory of documents.
35
+
-**`sprocket completions`** generates shell completions for Sprocket.
35
36
-**`sprocket config`** prints configuration values.
36
37
-**`sprocket explain`** explains validation and lint rules supported by Sprocket.
37
38
-**`sprocket format`** formats a document or directory of documents.
39
+
-**`sprocket inputs`** writes template input file (JSON or YAML) for a task or workflow.
38
40
-**`sprocket lint`** performs static analysis on a document or directory of documents with additional linting rules enabled (effectively a shortcut for `check --lint`).
39
41
-**`sprocket run`** runs a task or workflow.
40
42
-**`sprocket validate`** validates a set of inputs read from files or on the command line against a task or workflow.
41
-
-**`sprocket completions`** generates shell completions for Sprocket.
0 commit comments