@composableai/cli
Version:
Code generation for the interaction defined with Composable AI Studio
8 lines • 485 B
TypeScript
export declare function listProfiles(): Promise<void>;
export declare function useProfile(name?: string): Promise<void>;
export declare function showProfile(name?: string): void;
export declare function deleteProfile(name: string): void;
export declare function createProfile(name?: string, target?: string): Promise<void>;
export declare function updateProfile(name?: string): Promise<void>;
export declare function updateCurrentProfile(): void;
//# sourceMappingURL=commands.d.ts.map