Skip to main content
Aliases: filestorage, fs

Subcommands

  • list — List file storage resources
  • get — Get file storage details
  • create — Create a new file storage resource
  • update — Update an existing file storage resource
  • delete — Delete a file storage resource

list

List file storage resources, optionally filtered by organization, project, or region.

Flags

FlagDescription
—org stringOrganization ID
—project stringProject ID
—region stringRegion ID
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Example


get

Get details for a specific file storage resource.

Flags

FlagDescription
—id stringFile storage ID
—org stringOrganization ID
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

create

Create a new file storage resource. Accepts input from a JSON file or stdin.

Flags

FlagDescription
-f, —file stringPath to a JSON file
—stdinRead JSON from standard input
—dry-runPreview the request payload without persisting
-y, —yesAutomatically confirm creation
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Examples


update

Update an existing file storage resource.

Flags

FlagDescription
—id stringFile storage ID
—org stringOrganization ID
-f, —file stringPath to a JSON file
—stdinRead JSON from standard input
—dry-runPreview the request payload without persisting
-y, —yesAutomatically confirm update
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Examples


delete

Delete an existing file storage resource.

Flags

Example


File Storage (Console)

Create and manage file storage via the Console UI.