Group commands
File groups bundle multiple files under a single group ID (format: <uuid>~<count>).
They are useful for multi-file uploads and batch operations.
See the file groups concept page for details.
Global flags like --json, --jq, -v, and --quiet are available on every command.
See Configuration for the full list.
group list
List file groups in the current project.
Flags:
JSON fields: id, files_count, datetime_created, datetime_stored, cdn_url, url
Examples:
group info
Get details for a file group, including its files.
JSON fields: id, files_count, datetime_created, datetime_stored, cdn_url, url, files
Examples:
Quote group IDs in your shell to prevent the ~ character from being expanded.
group create
Create a file group from one or more file UUIDs.
Flags:
JSON fields: id, files_count, datetime_created, cdn_url
Examples:
group delete
Delete a file group. This removes the group, not the files in it.
Flags:
JSON fields: id, status
Examples: