mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
Merge pull request #7434 from turicas/patch-1
Add missing checks:set to checks help
This commit is contained in:
@@ -31,6 +31,7 @@ fn-help-content() {
|
||||
checks:enable <app> [process-type(s)], Enable zero-downtime deployment for all processes (or comma-separated process-type list)
|
||||
checks:report [<app>] [<flag>], Displays a checks report for one or more apps
|
||||
checks:run <app> [process-type(s)], Runs zero-downtime checks for all processes (or comma-separated process-type list)
|
||||
checks:set [--global|<app>] <key> <value>, Set or clear a logs property for an app
|
||||
checks:skip <app> [process-type(s)], Skip zero-downtime checks for all processes (or comma-separated process-type list)
|
||||
help_content
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user