@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
12 lines (11 loc) • 467 B
JavaScript
import { BaseTopicCommand } from "../../base-topic-command.js";
export default class Logs extends BaseTopicCommand {
topicName = "logs";
commandGroup = "logging";
static description = "Streaming and retrieving logs from Ably";
static examples = [
"<%= config.bin %> <%= command.id %> app subscribe",
"<%= config.bin %> <%= command.id %> app history",
"<%= config.bin %> <%= command.id %> channel-lifecycle subscribe",
];
}