UNPKG

stsbroker

Version:

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

6 lines (5 loc) 151 B
import { Command } from '@oclif/command'; export default class Configure extends Command { static description: string; run(): Promise<void>; }