7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
help wantedkind/enhancementstatus/deferred
Repository metrics
- Stars
- 13,906 stars (13,906 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
It was discussed in irc that it would be very nice to be able to start a command but not wait for it to return. If we implement ipfs diag cmds cancel <job> and ipfs diag cmds wait <job> we would have all the tools we need to deal with 'backgrounded' commands.
cc @pjz
Contributor guide
- Research direction
- Examine existing global flags and command cancellation patterns in IPFS. Focus on how commands are registered and executed, then implement a ` wait` flag that defers output and an IPFS native job tracking system.
- Tech stack
- go
- Domain
- clibackend
- Issue type
- Feature
- Prerequisites
- GoIPFS CLI basics