Skip to content

HazyForge/hazyctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hazyctl

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.

Features

  • Manage cloud secrets
  • Update the tool to the latest version
  • Configure cloud settings
  • And more...

Installation

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 | bash

Windows:

# 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 -Force

Supported Features:

  • update Self Update Command
  • secret azure export Secrets To Local File
  • secret azure migrate Secrets between vaults

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published