Skip to main content

Module update

Module update 

Source
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§

InstallMethod
How envvault was installed.

Functions§

detect_install_method
Detect how envvault was installed by inspecting the binary path.
execute
Execute the update command.