customer ls
List the customers for your application.
Usage
replicated customer ls
Flag | Type (if applicable) | Description |
---|---|---|
-h, --help | Help for the command. | |
--app | string | The app slug or app ID to use in all calls. The default uses the $REPLICATED_APP environment variable. | --app-version | string | The application version. Used to list customers and their instances for a specific application version. |
--token | string | The API token used to access your application in the Vendor API. The default uses the $REPLICATED_API_TOKEN environment variable. |
Examples
List all customers:
replicated customer ls
ID NAME CHANNELS EXPIRES TYPE CUSTOM_ID
iEgJuVDHy2pi-AqOjLXbZCTX9bqlV6YH John Smith Unstable Never Not Set
YAg7ripYbK0tM5MVn_81nMy0YrhBsHrm Megacorp Megacorp_Beta Never salesforceid-123
List customers and their instances for a specific application version:
replicated customer ls --app-version 1.1.0
CUSTOMER NAME INSTANCE ID LAST ACTIVE VERSION
ACME Corp iEgJuVDHy2pi-AqOjLXbZCTX9bqlV6YH 2023-05-23 23:13:01.403 +0000 UTC 1.1.0
Megacorp YAg7ripYbK0tM5MVn_81nMy0YrhBsHrm 2023-05-24 00:00:02.937 +0000 UTC 1.1.0