UNPKG

stsbroker

Version:

CLI to configure and interact with your own AWS STS Broker.

11 lines (10 loc) 368 B
import { Command, flags } from '@oclif/command'; export default class Access extends Command { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; profile: flags.IOptionFlag<string>; console: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>; }; run(): Promise<void>; }