Global options
Global options are available to use with many Fern CLI commands. Read more below.
help
Use the --help
option with any Fern CLI command to see an explanation and available options.
log-level
Use the --log-level
option to see more information about Fern’s actions.
- debug: Debug messages, informational messages, warnings, and errors are logged.
- info [default]: Informational messages, warnings, and errors are logged.
- warn: Warnings and errors are logged.
- error: Only error messages are logged.