list-buckets
Stallion CLI list-buckets command - List the buckets in a Stallion project, filter by name, and script it in CI with --ci-token and --json.
Lists the buckets in a project with their last-updated time. Buckets are where published bundles are stored — this is the fastest way to find the bucket name you need for publish-bundle or list-bundles.
stallion list-buckets
Alias:
stallion lb
Buckets
NAME UPDATED
featurebucket 2026-07-01T10:24:11.000Z
hotfixes 2026-06-28T18:02:45.000Z
2 buckets
Parameters
1. --org-id (Optional)
Organization id. Falls back to the saved context; prompts if neither is available.
2. --project-id (Optional)
Project id. Falls back to the saved context; prompts if neither is available. Required when using --ci-token.
3. --name (Optional)
Filter buckets by name — case-insensitive substring match.
--name=feature
4. --limit (Optional, default: 15, max: 30)
Maximum number of buckets to show, most recently updated first.
--limit=30
5. --ci-token (Optional: for CI pipelines)
Runs the command non-interactively using a CI token instead of your user session. Requires --project-id.
stallion list-buckets --ci-token=<your_ci_token> --project-id=<your_project_id>
6. --json (Optional)
Prints the raw bucket list as JSON instead of the table — useful for scripting. See CI Automation & JSON Output.
stallion list-buckets --json