Skip to content

Commit

Permalink
nit. update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Jun 9, 2023
1 parent 47b7e13 commit 585ed44
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
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')
```

0 comments on commit 585ed44

Please sign in to comment.