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: docs/speakeasy-reference/cli/run.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ speakeasy run [flags]
36
36
-i, --installationURL string the language specific installation URL for installation instructions if the SDK is not published to a package manager
37
37
--installationURLs string a map from target ID to installation URL for installation instructions if the SDK is not published to a package manager (default "null")
38
38
--minimal only run the steps that are strictly necessary to generate the SDK
39
-
-o, --output string What to output while running (default "summary")
39
+
-o, --output string What to output while running (summary: visual workflow summary, mermaid: Mermaid diagram of workflow, console: basic console output) (default "summary")
40
40
--registry-tags strings tags to apply to the speakeasy registry bundle (comma-separated list)
41
41
-r, --repo string the repository URL for the SDK, if the published (-p) flag isn't used this will be used to generate installation instructions
42
42
-b, --repo-subdir string the subdirectory of the repository where the SDK is located in the repo, helps with documentation generation
0 commit comments