quickstart

package
v0.0.1-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2026 License: MIT Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL