@constructor-io/constructorio-connect-cli
Version:
CLI tool to enable users to interface with the Constructor Connect Ecosystem
13 lines • 479 B
TypeScript
import { RefreshConnectionsCommand } from "./refresh-connections-command";
export default class Deploy extends RefreshConnectionsCommand {
static args: {
env: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
};
static flags: {
force: import("@oclif/core/interfaces").BooleanFlag<boolean>;
};
static description: string;
static examples: string[];
runCommand(): Promise<any>;
}
//# sourceMappingURL=deploy.d.ts.map