Skip to content

Add log command to display snapshot metadata and file list#17

Merged
qorexdevs merged 1 commit into
qorexdevs:mainfrom
laishettikarthik-tech:main
Jun 10, 2026
Merged

Add log command to display snapshot metadata and file list#17
qorexdevs merged 1 commit into
qorexdevs:mainfrom
laishettikarthik-tech:main

Conversation

@laishettikarthik-tech

Copy link
Copy Markdown
Contributor

Summary

Adds a new quicksave log <ref> command that displays:

  • Snapshot ID
  • Name
  • Message
  • Creation time
  • File count
  • File list (path and size)

Changes

  • Added cmd_log() in cli.py
  • Added log subcommand parser
  • Reused existing snapshot resolution logic via _find_snapshot

Closes #14

## Summary

Adds a new `quicksave log <ref>` command that displays:

- Snapshot ID
- Name
- Message
- Creation time
- File count
- File list (path and size)

## Changes

- Added `cmd_log()` in `cli.py`
- Added `log` subcommand parser
- Reused existing snapshot resolution logic via `_find_snapshot`

Closes qorexdevs#14
@laishettikarthik-tech laishettikarthik-tech changed the title Push your code to GitHub as open source so others can test it? Add log command to display snapshot metadata and file list Jun 10, 2026
@qorexdevs

Copy link
Copy Markdown
Owner

thanks! tested locally, works for id/name/number and errors cleanly on a bad ref. merging.

@qorexdevs qorexdevs merged commit fe4acc6 into qorexdevs:main Jun 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

log: print one snapshot's details

2 participants