https://github.com/winebarrel/lee
tee command for CloudWatch Logs.
https://github.com/winebarrel/lee
aws cloudwatch-logs rust
Last synced: 2 months ago
JSON representation
tee command for CloudWatch Logs.
- Host: GitHub
- URL: https://github.com/winebarrel/lee
- Owner: winebarrel
- Created: 2020-07-12T05:22:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T01:35:54.000Z (about 4 years ago)
- Last Synced: 2026-01-14T23:14:28.919Z (6 months ago)
- Topics: aws, cloudwatch-logs, rust
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lee
`tee` command for CloudWatch Logs.
[](https://travis-ci.org/winebarrel/lee)
## Usage
```
Usage: lee [options]
Options:
-g, --log-group-name NAME
log group name
-s, --log-stream-name NAME
log stream name
-v, --version print version and exit
-h, --help print usage and exit
```
```sh
while true; do
date
sleep 1
done | lee -g my-group -s my-stream
# LogGroup/LogStream is created automatically
```
## Related Links
* https://github.com/winebarrel/logsf