We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba08565 commit d1380e4Copy full SHA for d1380e4
Readme.md
@@ -22,13 +22,13 @@ $ go-loggly-cli -version
22
Options:
23
24
-account <name> account name
25
- -user <name> account username
26
- -pass <word> account password
+ -token <word> user token
27
-size <count> response event count [100]
28
-from <time> starting time [-24h]
29
-to <time> ending time [now]
30
- -json output json array of events
31
- -count output total event count
+ -count print total event count
+ -all print the entire loggly event instead of just the message
+ -version print version information
32
33
```
34
0 commit comments