Skip to main content

signaloid-cli buckets list

List all configured AWS S3 buckets.

Synopsis​

signaloid-cli buckets list [options]

Options​

OptionDescription
--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-key option for paginated results
  • Use --count to limit the number of results returned
  • The bucket ID returned can be used with other bucket commands

See Also​