Signed-off-by: Amit Saha <asaha@atlassian.com>
This commit is contained in:
Amit Saha 2023-01-25 12:12:09 +11:00 committed by Nicolas De loof
parent ddda59a130
commit f9946127ce
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ View output from containers
|:---------------------|:---------|:--------|:-----------------------------------------------------------------------------------------------|
| `--dry-run` | | | Execute command in dry run mode |
| `-f`, `--follow` | | | Follow log output. |
| `--index` | `int` | `1` | index of the container if there are multiple instances of a service [default: 1]. |
| `--no-color` | | | Produce monochrome output. |
| `--no-log-prefix` | | | Don't print prefix in logs. |
| `--since` | `string` | | Show logs since timestamp (e.g. 2013-01-02T13:23:37Z) or relative (e.g. 42m for 42 minutes) |

View File

@ -20,7 +20,7 @@ options:
value_type: int
default_value: "1"
description: |
Index of the container if there are multiple instances of a service [default: 1].
index of the container if there are multiple instances of a service [default: 1].
deprecated: false
hidden: false
experimental: false