Commands
lin customer-tier
Manage customer-tier values
Manage customer-tier values
lin customer-tier create
Create a customer-tier value
lin customer-tier 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-tier delete
Delete a customer-tier value (requires --confirm)
lin customer-tier 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-tier list
List customer-tier values
lin customer-tier 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-tier update
Update a customer-tier value
lin customer-tier 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 |