WizCLI Installation Guide
WizCLI is a command-line interface for managing your cloud resources effectively. This README provides step-by-step instructions for installing WizCLI on different platforms. The wizcli binary will also be moved to a directory accessible in each platform's PATH, meaning that wizcli can be run from any directory. Running the same script on any platform will also update the WizCli application.
Table of Contents
Linux
To install WizCLI on a Linux machine, follow these steps:
- Download the
wizcli_linux_install.sh
script from the repo. - Open your terminal and navigate to the directory where the script is located.
- Run the following command:
sh ./wizcli_linux_install.sh
macOS
Installing WizCLI on macOS is similar to Linux. Here's how:
- Download the
wizcli_mac_install.sh
script from the repo. - Open your terminal and navigate to the directory where the script is located.
- Run the following command:
sh ./wizcli_mac_install.sh
Windows (PowerShell)
For Windows users who prefer PowerShell, follow these steps:
- Download the
wizcli_windows_install_powershell.ps1
script from the repo. - Open PowerShell as an administrator.
- Navigate to the directory where the script is located.
- Run the following command:
.\wizcli_windows_install_powershell.ps1
Windows (Terminal)
If you're a Windows Terminal user, do this:
- Download the
wizcli_windows_install_terminal.bat
script from the repo. - Open Windows Terminal as an administrator.
- Navigate to the directory where the script is located.
- Run the following command:
wizcli_windows_install_terminal.bat
Enjoy using WizCLI!