UNPKG

stsbroker

Version:

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

9 lines (8 loc) 248 B
import { Command } from '@oclif/command'; export default class Request extends Command { static description: string; static flags: { reset: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>; }; run(): Promise<void>; }