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

refactor: Replace debug commands with describe commands #168

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

jopemachine
Copy link
Member

@jopemachine jopemachine commented Oct 15, 2024

Resolves #103.

After applying this PR, the existing commands will be changed as follows.

  • debug persisted -> describe logs, describe metadata
  • Removed debug persisted-all (Since we can no longer make assumptions about the structure within the log directory)
  • The --table flag for the existing persisted command has been removed. It now outputs in table format by default, and if you want to use the previous output format, please use the --raw flag.

@jopemachine jopemachine added refactoring Rewrite something in better way while keeping the same functionality cli labels Oct 15, 2024
@jopemachine jopemachine self-assigned this Oct 15, 2024
@jopemachine jopemachine changed the title refactor: Replace debug commands with describe commands refactor: Replace debug commands with describe commands Oct 15, 2024
@jopemachine jopemachine marked this pull request as ready for review October 15, 2024 03:42
@jopemachine jopemachine merged commit 4e73164 into main Oct 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli refactoring Rewrite something in better way while keeping the same functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace with debug CLI describe command set
1 participant