@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
12 lines (11 loc) • 458 B
JavaScript
import { BaseTopicCommand } from "../../base-topic-command.js";
export default class SpacesIndex extends BaseTopicCommand {
topicName = "spaces";
commandGroup = "Spaces";
static description = "Interact with Ably Spaces";
static examples = [
"<%= config.bin %> <%= command.id %> list",
"<%= config.bin %> <%= command.id %> members enter my-space",
"<%= config.bin %> <%= command.id %> locations set my-space",
];
}