CLI reference
Command and option reference for the ezplog command-line interface.
๐ป Usage
ezpl [OPTIONS] COMMAND [ARGS]...
โ๏ธ Global options
| Option |
Short |
Description |
--help |
-h |
Show help and exit. |
--version |
-v |
Show version and exit. |
๐ Command groups
| Group |
Description |
logs |
View, search, analyze, and export log files. |
config |
Read, update, and reset configuration values. |
๐ logs commands
| Command |
Key options |
ezpl logs view |
--file/-f, --lines/-n, --level/-l, --follow/-F |
ezpl logs search |
--file/-f, --pattern/-p, --level/-l, --case-sensitive/-c |
ezpl logs stats |
--file/-f, --format/-F |
ezpl logs tail |
--file/-f, --lines/-n, --follow/-F |
ezpl logs list |
--dir/-d |
ezpl logs clean |
--file/-f, --days/-d, --size/-s, --confirm/-y |
ezpl logs export |
--file/-f, --format/-F, --output/-o |
๐ config commands
| Command |
Key options |
ezpl config get [KEY] |
--show-env/-e |
ezpl config set KEY VALUE |
--env/-e |
ezpl config reset |
--confirm/-y |
๐ Standalone commands
| Command |
Description |
ezpl version |
Show package version details. |
ezpl info |
Show package and configuration information. |
ezpl docs |
Open the online documentation website. |
๐งช Examples