get-sso-creds
Version:
CLI tool to retrieve or set AWS SSO credentials.
6 lines (5 loc) • 375 B
TypeScript
import { Command } from "@oclif/core";
import { ICredentials, IFlags } from "./interfaces";
export declare function clipboardOutput(credentials: ICredentials): void;
export declare function output(command: Command, flags: IFlags): Promise<void>;
export declare function roleOutput(command: Command, roleName: string, credentials: ICredentials, flags: IFlags): Promise<void>;