File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 57
57
58
58
- [ bootc image] ( experimental-bootc-image.md )
59
59
- [ fsck] ( experimental-fsck.md )
60
- - [ --progress-fd] ( experimental-progress-fd.md )
60
+
61
+ # Progress monitoring
62
+
63
+ - [ --progress-fd] ( progress-fd.md )
61
64
62
65
# More information
63
66
Original file line number Diff line number Diff line change 1
1
2
2
# Interactive progress with ` --progress-fd `
3
3
4
- This is an experimental feature; tracking issue: < https://github.com/bootc-dev/bootc/issues/1016 >
5
-
6
4
While the ` bootc status ` tooling allows a client to discover the state
7
5
of the system, during interactive changes such as ` bootc upgrade `
8
6
or ` bootc switch ` it is possible to monitor the status of downloads
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pub(crate) struct ProgressOptions {
40
40
///
41
41
/// Interactive progress will be written to this file descriptor as "JSON lines"
42
42
/// format, where each value is separated by a newline.
43
- #[ clap( long, hide = true ) ]
43
+ #[ clap( long) ]
44
44
pub ( crate ) progress_fd : Option < RawProgressFd > ,
45
45
}
46
46
You can’t perform that action at this time.
0 commit comments