@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
12 lines (11 loc) • 462 B
JavaScript
import { BaseTopicCommand } from "../../base-topic-command.js";
export default class Auth extends BaseTopicCommand {
topicName = "auth";
commandGroup = "authentication";
static description = "Manage authentication, keys and tokens";
static examples = [
"<%= config.bin %> <%= command.id %> keys list",
"<%= config.bin %> <%= command.id %> issue-jwt-token",
"<%= config.bin %> <%= command.id %> issue-ably-token",
];
}