Skip to content

Commit 3d766d2

Browse files
committed
Sync open source content 🐝 (from 22dd96ec96fb2233acffa5c69aaeb344169afe25)
1 parent 641e297 commit 3d766d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/speakeasy-reference/cli/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ speakeasy quickstart [flags]
2727
-p, --package-name string package name for the generated SDK (e.g., "my-company-sdk" for npm, Go module path for Go)
2828
-s, --schema string local filepath, URL, or registry reference for the OpenAPI schema (e.g., ./spec.yaml, https://..., namespace, org/workspace/namespace@tag)
2929
--skip-compile skip compilation during generation after setup
30+
--skip-interactive skip all interactive prompts and use defaults (useful for non-interactive environments like CI)
3031
-t, --target string generation target (available options: [csharp, go, java, mcp-typescript, php, postman, python, ruby, terraform, typescript, unity])
3132
```
3233

docs/speakeasy-reference/cli/run.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ speakeasy run [flags]
3838
--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")
3939
--minimal only run the steps that are strictly necessary to generate the SDK
4040
-o, --output string What to output while running (summary: visual workflow summary, mermaid: Mermaid diagram of workflow, console: basic console output) (default "summary")
41+
--parallel run targets in parallel as separate subprocesses
4142
--registry-tags strings tags to apply to the speakeasy registry bundle (comma-separated list)
4243
-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
4344
-b, --repo-subdir string the subdirectory of the repository where the SDK is located in the repo, helps with documentation generation

0 commit comments

Comments
 (0)