Expand description
envvault update — self-update to the latest version.
Detects how envvault was installed and runs the appropriate update command:
- cargo →
cargo install envvault-cli --force - brew →
brew upgrade envvault - script → re-runs the curl installer
Enums§
- Install
Method - How envvault was installed.
Functions§
- detect_
install_ method - Detect how envvault was installed by inspecting the binary path.
- execute
- Execute the
updatecommand.