@heroku-cli/command
Version:
base class for Heroku CLI commands
15 lines (14 loc) • 430 B
TypeScript
export declare class Vars {
get apiHost(): string;
get apiUrl(): string;
get envGitHost(): string | undefined;
get envHost(): string | undefined;
get envParticleboardUrl(): string | undefined;
get gitHost(): string;
get gitPrefixes(): string[];
get host(): string;
get httpGitHost(): string;
get particleboardUrl(): string;
private isValidHerokuHost;
}
export declare const vars: Vars;