CLI (simple command line client) for AWS cloudwatch logs
Project description
nef
command line client for aws cloudwatch logs.
installation
pip install nef
dependencies
- aws cli
- python 3.6
flags
positional arguments:
log Which log group to view
optional arguments:
-h, --help show this help message and exit
--start START optional. give a start date and time.
format: YYYY-MM-DD HH:MM:SS
example: nef /path/to/log-group --start 2019-11-25
example 2: nef /path/to/log-group --start "2019-11-25 10:24"
example 3: nef /path/to/log-group --start "2019-11-25 10:24:32"
default (if arg not given): 2019-11-25 15:26:50
--end END optional. define an end date/time.
see --start for formatting info
-c, --columns show log groups in columns
-j, --json display output as json
-v, --version show program's version number and exit
usage
$ nef -h
show help message and exit.
$ nef
print out all log groups.
$ nef -c
print log groups in concise columnar format.
$ nef /path/to/log_group
show info (the last 24 hours) of the log group /path/to/log_group
$ nef /path/to/log_group --start 2019-11-25
show logs since the 25th of Nov 2019.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nef-0.1.1.tar.gz
(4.0 kB
view hashes)
Built Distribution
nef-0.1.1-py3-none-any.whl
(4.5 kB
view hashes)