Add --json flag for asynq stats command

This commit is contained in:
Mahdi Dibaiee
2022-01-02 15:24:29 +00:00
committed by GitHub
parent c1f08106da
commit 2d0170541c
2 changed files with 40 additions and 9 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- The `asynq stats` command now supports a `--json` option, making its output a JSON object
## [0.20.0] - 2021-12-19
### Added