UNPKG

appwrite-utils-cli

Version:

Appwrite Utility Functions to help with database management, data conversion, data import, migrations, and much more. Meant to be used as a CLI tool, I do not recommend installing this in frontend environments.

6 lines (5 loc) 215 B
import type { InteractiveCLI } from "../../interactiveCLI.js"; export declare const storageCommands: { createBucket(cli: InteractiveCLI): Promise<void>; deleteBuckets(cli: InteractiveCLI): Promise<void>; };