Skip to content

Commit

Permalink
Fix README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent committed Feb 8, 2024
1 parent 364c8dc commit 1bbe25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ go install github.com/rootlyhq/cli@latest
| labels | Key value pair labels (separated with commas with no spaces around `=`) | `--labels "version=2, attempt=1"` | No | ROOTLY_LABELS |
| services | Services associated with the pulse (separated with commas) | `--services "elasticsearch-prod"` | No | ROOTLY_SERVICES |
| environments | Environments associated with the pulse (separated with commas) | `--environments "staging, production"` | No | ROOTLY_ENVIRONMENTS |
| sources | Source of the pulse | `--source "k8s"` | No | ROOTLY_SOURCE |
| source | Source of the pulse | `--source "k8s"` | No | ROOTLY_SOURCE |
| refs | Refs associated with the pulse. Separate each item with a comma. Key-value pair separated with an equal sign (= with no surrounding spaces) | `--refs "sha=cd62148cbc5eb42168fe99fdb50a364e12b206ac"` | No | ROOTLY_ENVIRONMENTS |
| debug | If extra logs should be outputted for debugging | `--debug` | No | ROOTLY_DEBUG |
| quiet | If all logs should be suppressed | `--quiet` | No | ROOTLY_QUIET |
Expand Down Expand Up @@ -113,7 +113,7 @@ Here are some examples:
| labels | Key value pair labels (separated with commas with no spaces around `=`) | `--labels "Version=2, Attempt=1"` | No | ROOTLY_LABELS |
| services | Services associated with the pulse (separated with commas) | `--services "elasticsearch-prod"` | No | ROOTLY_SERVICES |
| environments | Environments associated with the pulse (separated with commas) | `--environments "staging, production"` | No | ROOTLY_ENVIRONMENTS |
| sources | Source of the pulse | `--source "k8s"` | No | ROOTLY_SOURCE |
| source | Source of the pulse | `--source "k8s"` | No | ROOTLY_SOURCE |
| refs | Refs associated with the pulse. Separate each item with a comma. Key-value pair separated with an equal sign (= with no surrounding spaces) | `--refs "sha=cd62148cbc5eb42168fe99fdb50a364e12b206ac"` | No | ROOTLY_ENVIRONMENTS |
| debug | If extra logs should be outputted for debugging | `--debug` | No | ROOTLY_DEBUG |
| quiet | If all logs should be suppressed (command will still output) | `--quiet` | No | ROOTLY_QUIET |
Expand Down

0 comments on commit 1bbe25d

Please sign in to comment.