mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #8] [MERGED] Use cobra for asynqmon CLI #534
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#534
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/tools📝 Commits (8)
5c2cb91Change cmd dir to toolsb749d8bUse cobra for tools62fb3cfAdd flags to stats commandc1d0497Remove debug logad01341Add ls command to asynqmon0382fc1Fix readme2951cc3Remove cobra comments9941c9eMinor fixes📊 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.