@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
12 lines (11 loc) • 475 B
JavaScript
import { BaseTopicCommand } from '../../base-topic-command.js';
export default class Connections extends BaseTopicCommand {
topicName = 'connections';
commandGroup = 'Pub/Sub connection';
static description = 'Interact with Ably Pub/Sub connections';
static examples = [
'<%= config.bin %> <%= command.id %> stats',
'<%= config.bin %> <%= command.id %> logs connections-lifecycle',
'<%= config.bin %> <%= command.id %> test',
];
}