UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

12 lines (11 loc) 464 B
import { BaseTopicCommand } from '../../base-topic-command.js'; export default class QueuesIndexCommand extends BaseTopicCommand { topicName = 'queues'; commandGroup = 'queues management'; static description = 'Manage Ably Queues'; static examples = [ '<%= config.bin %> <%= command.id %> list', '<%= config.bin %> <%= command.id %> create --name "my-queue"', '<%= config.bin %> <%= command.id %> delete my-queue', ]; }