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

On "yunohost log display", support names last and last-X to refer to last operations #2047

Closed
alexAubin opened this issue Aug 7, 2022 · 1 comment · Fixed by YunoHost/yunohost#1805
Labels

Comments

@alexAubin
Copy link
Member

Using "yunohost log display" from the CLI is a pain, because you need to know the ID of the operation found in "yunohost log list"

To simplify this, we could instead support "magic" values such as "last" which would refer to the very last known operation, and for example "last-1", "last-2", "last-3", etc. which would refer to the N-1, N-2, N-3 operations (this is because sometimes, the relevant operation is the last-1 or -2, such as a failed installed followed by the app remove, or stuff like this)

@manor-tile
Copy link

Me and my classmate are going to work on this issue for a university course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants