UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

10 lines 553 B
export function getBranches(envSecret: any): any; export function deleteBranch(branchName: any, environmentSecret: any): any; export function createBranch(branchName: any, environmentSecret: any, originName: any): any; export function pushBranch(environmentSecret: any): any; export function switchBranch({ id }: { id: any; }, environmentSecret: any): any; export function setOrigin(originEnvironmentName: any, environmentSecret: any): any; export function handleBranchError(rawError: any): Promise<any>; //# sourceMappingURL=branch-manager.d.ts.map