[PR #8] [MERGED] Use cobra for asynqmon CLI #534

Closed
opened 2026-03-02 05:38:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/8
Author: @hibiken
Created: 12/7/2019
Status: Merged
Merged: 12/8/2019
Merged by: @hibiken

Base: masterHead: feature/tools


📝 Commits (8)

📊 Changes

10 files changed (+503 additions, -44 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 README.md (+1 -1)
cmd/asynqmon/main.go (+0 -38)
📝 go.mod (+10 -0)
📝 go.sum (+165 -0)
📝 internal/rdb/rdb.go (+2 -4)
tools/asynqmon/cmd/ls.go (+177 -0)
tools/asynqmon/cmd/root.go (+75 -0)
tools/asynqmon/cmd/stats.go (+65 -0)
tools/asynqmon/main.go (+7 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/8 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/7/2019 **Status:** ✅ Merged **Merged:** 12/8/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/tools` --- ### 📝 Commits (8) - [`5c2cb91`](https://github.com/hibiken/asynq/commit/5c2cb917e1b208b2742c8d151c2c9e87186a73fb) Change cmd dir to tools - [`b749d8b`](https://github.com/hibiken/asynq/commit/b749d8bd34b7dfb22dbc7220d8f4a1532d7f5ccd) Use cobra for tools - [`62fb3cf`](https://github.com/hibiken/asynq/commit/62fb3cf7d98d2590b3ccd3e3903c8a4bf435cd8e) Add flags to stats command - [`c1d0497`](https://github.com/hibiken/asynq/commit/c1d049718279b659892d6fdbea65cd17c9519d1f) Remove debug log - [`ad01341`](https://github.com/hibiken/asynq/commit/ad01341c735b37509b0b083aa525321299c91a5c) Add ls command to asynqmon - [`0382fc1`](https://github.com/hibiken/asynq/commit/0382fc1d08db239b3ee400c8ac0a625d0ad99173) Fix readme - [`2951cc3`](https://github.com/hibiken/asynq/commit/2951cc355fc1af776b4c6056f42d88e2ab18f5ee) Remove cobra comments - [`9941c9e`](https://github.com/hibiken/asynq/commit/9941c9e3033f1a286d8dbb264408e82961384cbc) Minor fixes ### 📊 Changes **10 files changed** (+503 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `README.md` (+1 -1) ➖ `cmd/asynqmon/main.go` (+0 -38) 📝 `go.mod` (+10 -0) 📝 `go.sum` (+165 -0) 📝 `internal/rdb/rdb.go` (+2 -4) ➕ `tools/asynqmon/cmd/ls.go` (+177 -0) ➕ `tools/asynqmon/cmd/root.go` (+75 -0) ➕ `tools/asynqmon/cmd/stats.go` (+65 -0) ➕ `tools/asynqmon/main.go` (+7 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:38:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#534
No description provided.