Commands
lin customer-status
Manage customer-status values
Manage customer-status values
lin customer-status create
Create a customer-status value
lin customer-status create| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | value color (hex) |
--description | string | - | value description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--name | string | - | value name |
--position | float64 | 0 | sort position |
lin customer-status delete
Delete a customer-status value (requires --confirm)
lin customer-status delete <id>| Flag | Type | Default | Description |
|---|---|---|---|
--confirm | string | - | confirm the destructive action by repeating the resource id |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin customer-status list
List customer-status values
lin customer-status list| Flag | Type | Default | Description |
|---|---|---|---|
--all, -a | bool | false | follow cursors until exhaustion |
--cursor | string | - | resume from a previous next_cursor |
--limit, -l | int | 50 | page size |
lin customer-status update
Update a customer-status value
lin customer-status update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | value color (hex) |
--description | string | - | value description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--name | string | - | value name |
--position | float64 | 0 | sort position |