Introduction
Installation
Download the correct binary for your operating system and then continue with its path.
Linux
- Download the binary for your operating system:
curl -L -o quickdeploy https://quickdeploy.dev/api/download/...
- Move the binary to a directory in your PATH:
sudo mv quickdeploy /usr/local/bin/quickdeploy
- Make the binary executable:
chmod +x /usr/local/bin/quickdeploy
- Run
quickdeploy --help
to verify the installation
macOS
Recommended (homebrew)
- Add the tap to your homebrew:
brew tap programonaut/quickdeploy
- Install the binary:
brew install quickdeploy
Run
quickdeploy --help
to verify the installationTo update the binary run:
brew update
brew upgrade quickdeploy
Manual
- Download the binary for your operating system:
curl -L -o quickdeploy https://quickdeploy.dev/api/download/...
- Move the binary to a directory in your PATH:
sudo mv quickdeploy /usr/local/bin/quickdeploy
- Make the binary executable:
chmod +x /usr/local/bin/quickdeploy
- Run
quickdeploy --help
to verify the installation
Windows (CMD)
- Download the binary for Windows
curl -L -o quickdeploy.exe https://quickdeploy.dev/api/download/windows-amd64
- Create a bin directory and move the binary there (one-time setup)
mkdir "%USERPROFILE%\bin"
move /Y quickdeploy.exe "%USERPROFILE%\bin\quickdeploy.exe"
- Add the directory to your PATH (if not already added)
You can do this by pressing the Windows key and typing "env" and then clicking on "Edit the system environment variables". - Open a new terminal and verify:
quickdeploy --help
Important Notes
On Windows and macOS you might need to allow the binary to be executed and give it a exception from your security settings.
- Windows: Allowing blocked executables
- macOS: Allowing blocked executables