UNPKG

@contentstack/cli-auth

Version:

Contentstack CLI plugin for authentication activities

8 lines (7 loc) 249 B
import { BaseCommand } from '../../base-command'; export default class WhoamiCommand extends BaseCommand<typeof WhoamiCommand> { static description: string; static examples: string[]; static aliases: string[]; run(): Promise<any>; }