feat: show a warning when an organization has no provisioners (#14136)

This commit is contained in:
Kayla Washburn-Love
2024-08-05 10:44:39 -06:00
committed by GitHub
parent efbd6257e4
commit dfeafa8f5a
5 changed files with 113 additions and 11 deletions

View File

@ -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
```