Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "quickstart",
Short: "One-command setup: create app, VCP, and order a phone number",
Long: `Quickstart creates everything you need to make voice calls.
By default, it uses the Universal Platform path (VCP). If your account
is on the legacy platform, use --legacy for the sub-account/location path.`,
Example: ` # Universal Platform (default)
band quickstart --callback-url https://example.com/voice
# Legacy platform
band quickstart --callback-url https://example.com/voice --legacy
# Custom area code and name
band quickstart --callback-url https://example.com/voice --area-code 704 --name "Demo"`,
RunE: runQuickstart,
}
Cmd is the `band quickstart` command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.