resize container to max size
grow resizes the container to its maximum size using 'diskutil'. The container to operate on can be specified with its identifier (e.g. disk1 or /dev/disk1). The string 'root' may be provided to resize the OS's root volume.
ec2-macos-utils grow [flags]
--dry-run run command without mutating changes
-h, --help help for grow
--id string container identifier to be resized or "root"
--timeout duration Set the timeout for the command (e.g. 30s, 1m, 1.5h), 0s will disable the timeout (default 5m0s)
-v, --verbose Enable verbose logging output
- ec2-macos-utils - utilities for EC2 macOS instances