CLI

Rate this page:

logs

Usage

1
2
Usage: forge logs [options]

Description: view app logs

Options

1
2
--verbose                        enable verbose mode
-e, --environment [environment]  specify the environment from options:
                                 development, staging, production (default:
                                 development)
-i, --invocation <invocation>    view logs for a given invocation ID
-n, --limit <limit>              number of invocations to return (default:
                                 20)
-s, --since <since>              view logs since the specified time. valid
                                 formats: YYYY-MM-DD, ISO 8061 timestamp or a
                                 relative time (e.g: 5m, 10h, 2d)
-g, --grouped                    group logs by invocation ID
-h, --help                       display help for command

Rate this page: