@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
11 lines (10 loc) • 409 B
JavaScript
import { BaseTopicCommand } from "../../base-topic-command.js";
export default class ChannelsPresence extends BaseTopicCommand {
topicName = "channels:presence";
commandGroup = "channel presence";
static description = "Manage presence on Ably channels";
static examples = [
"$ ably channels presence enter my-channel",
"$ ably channels presence subscribe my-channel",
];
}