quickstart
speakeasy quickstart
Guided setup to help you create a new SDK in minutes.
Details
Section titled “Details”Guided setup to help you create a new SDK in minutes.
speakeasy quickstart [flags]Options
Section titled “Options” -f, --from string template to use for the quickstart command. Create a new sandbox at https://app.speakeasy.com/sandbox -h, --help help for quickstart --init-git initialize a git repository in the output directory -n, --name string SDK name in PascalCase (e.g., "MyCompanySDK"). Users access SDK methods with myCompanySDK.DoThing() -o, --out-dir string output directory for the quickstart command --output string how to display output (available options: [summary, console, mermaid]) (default "summary") -p, --package-name string package name for the generated SDK (e.g., "my-company-sdk" for npm, Go module path for Go) -s, --schema string local filepath, URL, or registry reference for the OpenAPI schema (e.g., ./spec.yaml, https://..., namespace, org/workspace/namespace@tag) --skip-compile skip compilation during generation after setup --skip-interactive skip all interactive prompts and use defaults (useful for non-interactive environments like CI) -t, --target string generation target (available options: [cli, csharp, go, java, mcp-typescript, php, postman, python, ruby, terraform, typescript])Options inherited from parent commands
Section titled “Options inherited from parent commands” --logLevel string the log level (available options: [info, warn, error]) (default "info")Parent Command
Section titled “Parent Command”- speakeasy - The Speakeasy CLI tool provides access to the Speakeasy.com platform