porter sandbox contains commands for managing sandboxes on a Porter cluster.
Prerequisites
porter sandbox logs
Fetches and prints recent log lines from a sandbox. Each line renders as <RFC3339-timestamp> [<level>] <text>, with level-colored brackets when stdout is a TTY (red for error, yellow for warning, default for info).
Usage:
Options:
--tail wins when both --limit and --tail are set to different non-zero values. A warning is printed to stderr in that case.
Invalid values for --since, --level, --limit, or --tail exit with status code 2 (usage error), consistent with the other porter sandbox subcommands.