Prisma ORM 8 is here.Read the docs

bucket

Create and manage object-store buckets.

Use bucket commands to manage object-store buckets in a project.

Usage

bunx prisma@latest bucket list
bunx prisma@latest bucket create --name my-bucket

Commands

CommandDescription
bucket listList object-store buckets
bucket createCreate an object-store bucket (--name <name> sets the display name, auto-generated if omitted)
bucket delete <bucket-id>Delete a bucket and all its access keys
bucket key list <bucket-id>List access keys for a bucket
bucket key create <bucket-id>Create a bucket access key and print its one-time credentials
bucket key delete <bucket-id> <key-id>Revoke and delete a bucket access key

On this page