mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: improve provisioner key cli usability (#14834)
What this changes: - Unhides the `--key` flag on provisioner start - Deprecates and hides `provisionerd` command group in favor of `provisioner(s)` - Removes org id from `coder provisioner keys list`
This commit is contained in:
Generated
+7
-4
@@ -11885,10 +11885,7 @@ const docTemplate = `{
|
||||
"format": "uuid"
|
||||
},
|
||||
"tags": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
"$ref": "#/definitions/codersdk.ProvisionerKeyTags"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -11906,6 +11903,12 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"codersdk.ProvisionerKeyTags": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"codersdk.ProvisionerLogLevel": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Generated
+7
-4
@@ -10731,10 +10731,7 @@
|
||||
"format": "uuid"
|
||||
},
|
||||
"tags": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
"$ref": "#/definitions/codersdk.ProvisionerKeyTags"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -10752,6 +10749,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"codersdk.ProvisionerKeyTags": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"codersdk.ProvisionerLogLevel": {
|
||||
"type": "string",
|
||||
"enum": ["debug"],
|
||||
|
||||
Reference in New Issue
Block a user