Sam Berning
Sam Berning
**Describe the bug** If I specify the `COMPOSE_FILE` environment variable in my local shell, it will be ignored by Finch when searching for compose files. The variable is not shared...
Provides a native way for Finch to delete a persistent user data disk. Calling `finch vm remove --user-data` will now cleanup both the VM and any persistent user data. Signed-off-by:...
**Describe the bug** During the process of reviewing and merging https://github.com/runfinch/finch/pull/133, I noticed intermittent and unpredictable failures in the e2e tests. I addressed some of these issues [in the PR...
If you try to run `twoliter build kit` when `cargo` and `cargo-make` are not installed, you will just get an error message like ``` Error: Unable to start command ```...
There are a few differences between the design doc at `docs/design/README.md` and the actual implementation to enable kits. We should update the design doc to reflect the actual design. ###...
## Request Add a flag to `pubsys ssm` and `pubsys promote-ssm` that causes those commands to output the SSM parameters that would be pushed, but not actually push them. ##...