Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add missing cache commands #27

Closed
norskeld opened this issue Nov 19, 2024 · 0 comments · Fixed by #28
Closed

feat: add missing cache commands #27

norskeld opened this issue Nov 19, 2024 · 0 comments · Fixed by #28
Assignees
Labels
feat New feature or request

Comments

@norskeld
Copy link
Owner

norskeld commented Nov 19, 2024

In #7 I implemented some basic cache commands like list and clear, but more granular and user-friendly way of managing cache entries remains to be implemented, i.e.:

  • Removing specific cache entries. This should allow:
    • Remove whole entries with all items attached to it by using <host>:<user>/<repo>;
    • Remove entries matching the ref name, e.g. branch name;
    • Remove entries matching the commit hash.
  • Removing cache entries interactively. This is kinda unnecessary and a annoying to implement.

Also cache clear command should be replaced with cache remove --all.

@norskeld norskeld added the feat New feature or request label Nov 19, 2024
@norskeld norskeld self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant