@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
12 lines (11 loc) • 466 B
JavaScript
import { BaseTopicCommand } from "../../base-topic-command.js";
export default class IntegrationsIndexCommand extends BaseTopicCommand {
topicName = "integrations";
commandGroup = "integrations management";
static description = "Manage Ably integrations";
static examples = [
"<%= config.bin %> <%= command.id %> list",
"<%= config.bin %> <%= command.id %> get rule123",
"<%= config.bin %> <%= command.id %> create",
];
}