docs: update builder management docs to warn that globally setting a builder will force all apps to use that builder

Closes #6759
This commit is contained in:
Jose Diaz-Gonzalez
2024-03-28 23:53:11 -04:00
parent 87c4627ff9
commit eed8a240b6

View File

@@ -44,6 +44,9 @@ The `selected` property can also be set globally. The global default is an empty
dokku builder:set --global selected herokuish
```
> [!WARNING]
> Selecting a global builder will result in _all_ applications using that builder unless a manual override is selected.
The default value may be set by passing an empty value for the option.
```shell