Manage Customers¶
How to list, inspect, create, update, and review permissions for customers using the admin customers commands.
List customers¶
Returns the first 25 customers sorted by code. Use --name to filter:
Filtered results return up to 100 matches.
Inspect a customer¶
Show a customer's details, teams, and users:
The output has three sections: a detail panel with Code and Name, a Teams table (ID, Name), and a Users table (ID, Email, First Name, Last Name).
Create a customer¶
Preview the request before sending:
Update a customer¶
Change the name and/or code of an existing customer. Both --name and --code are required even if only one is changing:
Preview first: