Status subcommand for circologctl #11

Merged
boyska merged 1 commit from blallo/circolog:statusctl into master 2019-01-03 14:11:58 +01:00
Collaborator

Introduced a status subcommand for circologctl. It offers a -format option with possible values:

  • plain (default); Example output:
Buffer Length: 1000
Server Status: unpaused
  • json; Example output:
{"status":{"size":1000,"running":true}}
  • pretty; Example output:
{
  "status": {
    "size": 1000,
    "running": true
  }
}
Introduced a `status` subcommand for `circologctl`. It offers a `-format` option with possible values: - `plain` (default); Example output: ``` Buffer Length: 1000 Server Status: unpaused ``` - `json`; Example output: ``` {"status":{"size":1000,"running":true}} ``` - `pretty`; Example output: ``` { "status": { "size": 1000, "running": true } } ```
boyska closed this pull request 2019-01-03 14:11:58 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: boyska/circolog#11
No description provided.