use

Stallion CLI use command - Set a default organization and project once so all other CLI commands run without repeating --org-id and --project-id.

Sets the default organization and project used by other CLI commands. Once a context is saved, commands like list-buckets, list-bundles, and list-releases run against it automatically — no flags, no prompts.

stallion use

Alias:

stallion u

Run without flags, the command walks you through two interactive pickers:

  1. Select an organization — shows each org with its region and id
  2. Select a project — shows each project with its enabled platforms and id

The org's region is detected automatically and saved as part of the context.

✔ Context set: acme / my-project (ap)
Commands now default to this context. Override with flags, or change it with "stallion use".

Parameters

Both parameters are optional — anything you don't pass is prompted for.

1. --org-id (Optional) Skip the organization picker by passing the org id directly. Fails if the org is not part of your account.

--org-id=64f5f341a43eb5ccf93548e4

2. --project-id (Optional) Skip the project picker by passing the project id directly. Fails if the project is not part of the selected organization.

--project-id=6650a2c1b7f93548e4d21a77
stallion use --org-id=64f5f341a43eb5ccf93548e4 --project-id=6650a2c1b7f93548e4d21a77

Tip:

Check what is currently set with stallion context, and clear it with stallion context --clear.