-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
commands diagnostics #2277
commands diagnostics #2277
Conversation
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
LGTM! 👍 Two nice-to-haves:
|
@lgierth hrm... calls through |
Oh I understand -- it would be useful because we're exposing https://ipfs.io/io for public use, and I could even imagine legitimate use cases for |
That links should have been https://ipfs.io/api of course |
In fact I just came up with one: in order for gx in a container to use an ipfs daemon running on the host, I'm doing :') |
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
cool, i'll get @lgierth's other 'nice to have' in another PR |
This lets us see running commands and some basic info about them.
The next PR on this front will allow us to cancel requests by killing their contexts.