mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: show a warning when an organization has no provisioners (#14136)
This commit is contained in:
committed by
GitHub
parent
efbd6257e4
commit
dfeafa8f5a
@ -67,6 +67,13 @@ There are two exceptions:
|
||||
**Organization-scoped Provisioners** can pick up build jobs created by any user.
|
||||
These provisioners always have the implicit tags `scope=organization owner=""`.
|
||||
|
||||
```shell
|
||||
coder provisionerd start --org <organization_name>
|
||||
```
|
||||
|
||||
If you omit the `--org` argument, the provisioner will be assigned to the
|
||||
default organization.
|
||||
|
||||
```shell
|
||||
coder provisionerd start
|
||||
```
|
||||
|
Reference in New Issue
Block a user