mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: return provisioners in desc order and add limit to cli (#16720)
This commit is contained in:
Generated
+10
@@ -15,6 +15,16 @@ coder provisioner list [flags]
|
||||
|
||||
## Options
|
||||
|
||||
### -l, --limit
|
||||
|
||||
| | |
|
||||
|-------------|--------------------------------------------|
|
||||
| Type | <code>int</code> |
|
||||
| Environment | <code>$CODER_PROVISIONER_LIST_LIMIT</code> |
|
||||
| Default | <code>50</code> |
|
||||
|
||||
Limit the number of provisioners returned.
|
||||
|
||||
### -O, --org
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user