https://github.com/foresightyj/airflow-log-cli
https://github.com/foresightyj/airflow-log-cli
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foresightyj/airflow-log-cli
- Owner: foresightyj
- Created: 2020-09-23T02:10:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T03:26:33.000Z (about 5 years ago)
- Last Synced: 2025-10-20T23:28:32.098Z (8 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
npm i -g airflow-log
use:
```
Usage: airflow-log [options]
Options:
-V, --version output the version number
-d, --dagId
-r, --runId
-b, --baseUrl baseUrl of airflow (default: "http://192.168.0.229:8080")
-f --toFile 是否将结果写入到文件中,默认是打印到stdout
-i --keepInfo 是否需要保留airflow日志里面的INFO行,默认是过滤掉INFO行
-h, --help display help for command
```