Installation
Install the Hostess CLI on macOS, Linux, or Windows and verify your installation.
Install
macOS / Linux:
curl -fsSL https://hostess.sh/install.sh | shbrew install howl-cloud/tap/hostessWindows:
irm https://hostess.sh/install.ps1 | iexDownload the appropriate hostess-windows-{arch}.exe asset from the hostess-cli releases, rename it to hostess.exe, and add it to your PATH.
Verify your installation
hostess --version
# hostess version 0.2.xUpdating
hostess updateUninstalling
rm -f ~/.local/bin/hostess
rm -rf ~/.hostessbrew uninstall hostess
rm -rf ~/.hostessRemove-Item -Force "$env:USERPROFILE\.local\bin\hostess.exe" -ErrorAction SilentlyContinue
Remove-Item -Recurse -Force "$env:USERPROFILE\.hostess" -ErrorAction SilentlyContinueNext steps
After installing, log in and follow the Quick Start to deploy your first application.