mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
feat: add support for --global flag when calling dokku domains
This commit is contained in:
@@ -12,6 +12,11 @@ domains_main_cmd() {
|
||||
dokku_log_info2_quiet "Global Domain Name"
|
||||
get_global_vhosts
|
||||
fi
|
||||
|
||||
if [[ "$APP" == "--global" ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
if [[ -n "$APP" ]]; then
|
||||
verify_app_name "$APP"
|
||||
if [[ -f "$DOKKU_ROOT/$APP/VHOST" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user