Skip to content

Commit b89aa65

Browse files
committed
Sync open source content 🐝 (from 95384675cc1741d9bbcd84638ce512429d218732)
1 parent 9b13887 commit b89aa65

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

β€Ždocs/speakeasy-reference/cli/quickstart.mdβ€Ž

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
Β (0)