Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #140 from vania-pooh/master
Browse files Browse the repository at this point in the history
Updated cli-flags section
  • Loading branch information
vania-pooh authored Dec 8, 2017
2 parents e14c828 + bd9252b commit 27d5f5c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/cli-flags.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

The following flags are supported by ```ggr``` command:
```
-graceful-period duration
graceful shutdown period in time.Duration format, e.g. 300s or 500ms (default 5m0s)
-guests-allowed
Allow guest (unauthenticated) users to access the grid (default false)
-guests-quota
Allow guest (unauthenticated) users to access the grid
-guests-quota string
Which quota file to use for guests (default "guest")
-listen string
host and port to listen to (default ":4444")
Expand All @@ -14,6 +16,8 @@ The following flags are supported by ```ggr``` command:
session creation timeout in time.Duration format, e.g. 300s or 500ms (default 5m0s)
-users string
htpasswd auth file path (default ".htpasswd")
-verbose
enable verbose mode
-version
show version and exit
```
Expand Down

0 comments on commit 27d5f5c

Please sign in to comment.