@@ -17,14 +17,16 @@ speakeasy quickstart [flags]
1717### Options
1818
1919```
20- -f, --from string template to use for the quickstart command.
21- Create a new sandbox at https://app.speakeasy.com/sandbox
22- -h, --help help for quickstart
23- -o, --out-dir string output directory for the quickstart command
24- --output string how to display output (available options: [summary, console, mermaid]) (default "summary")
25- -s, --schema string local filepath or URL for the OpenAPI schema
26- --skip-compile skip compilation during generation after setup
27- -t, --target string generation target (available options: [csharp, go, java, mcp-typescript, php, postman, python, ruby, terraform, typescript, unity])
20+ -f, --from string template to use for the quickstart command.
21+ Create a new sandbox at https://app.speakeasy.com/sandbox
22+ -h, --help help for quickstart
23+ -n, --name string SDK name in PascalCase (e.g., "MyCompanySDK"). Users access SDK methods with myCompanySDK.DoThing()
24+ -o, --out-dir string output directory for the quickstart command
25+ --output string how to display output (available options: [summary, console, mermaid]) (default "summary")
26+ -p, --package-name string package name for the generated SDK (e.g., "my-company-sdk" for npm, Go module path for Go)
27+ -s, --schema string local filepath, URL, or registry reference (org/workspace/namespace) for the OpenAPI schema
28+ --skip-compile skip compilation during generation after setup
29+ -t, --target string generation target (available options: [csharp, go, java, mcp-typescript, php, postman, python, ruby, terraform, typescript, unity])
2830```
2931
3032### Options inherited from parent commands
0 commit comments