This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
iroh status command #178
Comments
Conclusion from meeting: it will be extended with an additional option to show versions of the various underlying services. |
10 tasks
help text overview. This introduces a bunch of augmentation to the status command, which I think we need to work through & prepare sample output for. I'll follow up with example output so we have something concrete to scrutinize
|
Some feedback: "one single progress" -> I think that's not quite correct, multiple processes exist but a single binary. Did I get that right? The most obvious missing bit is that there's no flag described yet to obtain version information. |
let's punt version information reporting into a v0.1.1 release |
closed by n0-computer/iroh#360 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think this is the most developed CLI command of the bunch, with behavior particular to Iroh. So the current behavior may be enough for iroh cloud. What about iroh one?
There is a technical issue blocking the progress of moving this into the API so the CLI can use it;
watch
returns a Stream which is animpl Trait
and I'm struggling to get it to work inside of the API trait, so I need some help.The text was updated successfully, but these errors were encountered: