Expensicat
CLI

Organizations

View and switch between organizations

The active organization is persisted in your CLI config. All commands operate in the context of the active organization.

organization show

Show the current organization.

expensicat organization show

organization update

Update the current organization.

expensicat organization update --name "Acme GmbH"
FlagDescription
--name <string>New organization name

organization switch

Switch the active organization.

expensicat organization switch org_abc123
ArgDescription
<org-id>Target organization ID

The new org is persisted as default_org_id in your config.

On this page