/v1/support/* API. From the terminal you can list your support
tickets, open a new ticket, fetch a single ticket’s details, and read or post messages to a
ticket thread.
All commands accept the global flags:
--json (default) /
--table, --verbose, --api-key <key>, and --api-url <url>. You can also authenticate with
the SOME_API_KEY and SOME_API_URL environment variables.support:list-tickets
List your support tickets.Examples
support:create-ticket
Create a new support ticket. The--subject and --message options are required; --priority
defaults to MEDIUM if omitted.
Examples
support:get-ticket
Get the details and status of a single support ticket.string
required
The ticket UUID (from
support:list-tickets).Examples
support:send-message
Post a message to an existing ticket thread. The--message option is required.
string
required
The ticket UUID (from
support:list-tickets).Examples
support:list-messages
List all messages in a ticket thread.string
required
The ticket UUID (from
support:list-tickets).Examples