Hazyctl is a utility tool designed for platform engineers, devops, or anyone who needs to manage cloud infrastructure. It provides a set of specific utilities and commands that help manage, configure, and update cloud infrastructure efficiently.
- Manage cloud secrets
- Update the tool to the latest version
- Configure cloud settings
- And more...
To install Hazyctl, you can use the following command which will download and run the installation script:
Linux/MacOS:
curl -sSL https://raw.githubusercontent.com/hazyforge/hazyctl/master/install/install.sh | bashWindows:
# Install exe
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-WebRequest -Uri https://raw.githubusercontent.com/hazyforge/hazyctl/master/install/install.ps1 -OutFile install.ps1; .\install.ps1
# Cleanup
Remove-Item -Path .\install.ps1 -ForceSupported Features:
updateSelf Update Commandsecret azure exportSecrets To Local Filesecret azure migrateSecrets between vaults