This is an operator CLI tool to inject the windows file system into the Tanzu Application Service for Windows product.
Contact Us: This product is owned by the Platform Provider Experience team. If you need support of this, you can reach us at #platform-provider-experience
channel on VMware Slack.
$ winfs-injector \
--input-tile /path/to/input.pivotal \
--output-tile /path/to/output.pivotal
Note: On Windows operating systems prior to Windows 2019, you will need to use the bsd release of tar, which can be found here. You should put this executable in your path as tar.exe
before running the winfs-injector
tool. On Windows 2019 and later, tar can be found at C:\Windows\system32\tar.exe
Check our build step for detailed instructions on how to build this project.