mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Updated help text on config:set to have commands in working order (#3132)
This commit is contained in:
committed by
Josh Manders
parent
b4cf7abcca
commit
2cfcea3479
@@ -21,7 +21,7 @@ Additional commands:`
|
||||
helpContent = `
|
||||
config (<app>|--global), Pretty-print an app or global environment
|
||||
config:get (<app>|--global) KEY, Display a global or app-specific config value
|
||||
config:set (<app>|--global) [--encoded] [--no-restart] KEY1=VALUE1 [KEY2=VALUE2 ...], Set one or more config vars
|
||||
config:set [--encoded] [--no-restart] (<app>|--global) KEY1=VALUE1 [KEY2=VALUE2 ...], Set one or more config vars
|
||||
config:unset (<app>|--global) KEY1 [KEY2 ...], Unset one or more config vars
|
||||
config:export (<app>|--global) [--envfile], Export a global or app environment
|
||||
config:keys (<app>|--global) [--merged], Show keys set in environment
|
||||
|
||||
Reference in New Issue
Block a user