@codefresh-io/cf-git-providers
Version:
An NPM module/CLI for interacting with various git providers
7 lines • 400 B
TypeScript
import { Argv, Arguments } from 'yargs';
export declare const command = "organizations";
export declare const aliases: string[];
export declare const desc = "Get a list of organizations that the authenticated user is related to";
export declare const builder: (yargs: Argv) => Argv<{}>;
export declare const handler: (argv: Arguments) => Promise<void>;
//# sourceMappingURL=organizations.cmd.d.ts.map