hana-cli
Version:
HANA Developer Command Line Interface
22 lines (21 loc) • 583 B
TypeScript
export function handler(argv: any): Promise<void>;
export function listInstances(prompts: any): Promise<({
name: any;
created_at: any;
} | {
name: any;
credentials: string;
})[] | undefined>;
export const command: "ups";
export const aliases: string[];
export const describe: string;
export function builder(yargs: any): any;
export namespace inputPrompts {
namespace cf {
export let description: string;
export let type: string;
let _default: boolean;
export { _default as default };
export let required: boolean;
}
}