signaloid-cli buckets list
List all configured AWS S3 buckets.
Synopsis
signaloid-cli buckets list [options]
Options
| Option | Description |
|---|---|
--start-key <key> | Pagination cursor token |
--count <n> | Number of items to fetch using pagination |
--format <type> | Output format: json|table (default: table) |
--columns <cols> | Columns to display (comma-separated) or 'help' to see available columns |
Description
Lists all cloud storage bucket configurations that have been set up for use with Signaloid. Use this command to view your configured buckets and their identifiers.
Examples
List all buckets:
signaloid-cli buckets list
Limit results:
signaloid-cli buckets list --count 10
Output as JSON:
signaloid-cli buckets list --format json
Show available columns:
signaloid-cli buckets list --columns help
Notes
- Use the
--start-keyoption for paginated results when you have many buckets configured - Use
--countto limit the number of results returned - The bucket ID returned can be used with other bucket commands
See Also
- signaloid-cli buckets - Buckets command overview
- signaloid-cli buckets create - Create a new bucket
- signaloid-cli buckets update - Update bucket configuration
- signaloid-cli buckets delete - Delete a bucket