-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# v0.1.0-alpha | ||
- Initial binary release build | ||
- Initial binary release build | ||
|
||
CLI | ||
|
||
``` | ||
Command line utility to work with CimFS on Windows | ||
Usage: cimutil.exe [OPTIONS] <COMMAND> | ||
Commands: | ||
new Creates and builds a new CIM image, | ||
fork Create and builds a new CIM image based on a pre-existing image, | ||
mount Mounts a cim image as a read-only volume, | ||
dismount Dismounts a cim image by volume-id, | ||
help Print this message or the help of the given subcommand(s) | ||
Options: | ||
--trace Enables trace logging | ||
--root <ROOT> Sets the root path containing the cim images and data, [default: .] | ||
-h, --help Print help (see more with '--help') | ||
``` |