argo logs <WORKFOW> [POD]

View logs of a pod or workflow

Arguments

NameDescription
WORKFOW
POD

Options

NameDescription
--container, -c <string>Print the logs of this container (default "main")
--follow, -fSpecify if the logs should be streamed
--grep <string>Grep for lines
--help, -hHelp for logs
--no-colorDisable colorized output
--previous, -pSpecify if the previously terminated container logs should be returned
--selector, -l <string>Log selector for some pod
--since <duration>Only return logs newer than a relative duration like 5s 2m or 3h. Defaults to all logs. Only one of since-time / since may be used
--since-time <string>Only return logs after a specific date (RFC3339). Defaults to all logs. Only one of since-time / since may be used
--tail <int>If set the number of lines from the end of the logs to show. If not specified logs are shown from the creation of the container or sinceSeconds or sinceTime (default -1)
--timestampsInclude timestamps on each line in the log output