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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ speakeasy run [flags]
30
30
31
31
```
32
32
-d, --debug enable writing debug files with broken code
33
-
--github kick off a generation run in GitHub
33
+
--github kick off a generation run in GitHub for the repository pertaining to your current directory
34
+
--github-repos string GLOBAL: run SDK generation across your entire Speakeasy workspace/account, independent of your current directory. Use 'all' for all connected repos or a comma-separated list of GitHub repo URLs
34
35
-h, --help help for run
35
36
-i, --installationURL string the language specific installation URL for installation instructions if the SDK is not published to a package manager
36
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")
0 commit comments