For the reason behind the change, please refer to issue #103.
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.
Resolves #103.
After applying this PR, the existing commands will be changed as follows.
debug persisted
->describe logs
,describe metadata
debug persisted-all
(Since we can no longer make assumptions about the structure within the log directory)--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.