-
Notifications
You must be signed in to change notification settings - Fork 9
cli charm view tree UI output #1349
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cubic found 2 issues across 2 files. Review them in cubic.dev
React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai to give specific feedback.
|
can we link to tickets in linear? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking, but inspectCharm() and then also render could be improved by using the charm's argument and result schema, and then also call render with a cell on the UI schema.
It would also be a first step to getting all the streams out -- or if you want to be fancy render the UI as it updates
|
https://github.com/embarklabs/neo-blessed ... for fancy TUIs |
Summary
--jsonTesting
deno task check(fails: Deno version mismatch)deno task test(fails: failed to load sqlite plug due to missing permissions)https://chatgpt.com/codex/tasks/task_e_6865d5551a80832ca1406c8e4c717d78
Summary by cubic
Added a new CLI command to show a charm's view as a tree, with an option to output raw JSON using --json. This makes it easier to inspect and debug charm views directly from the command line.