Zippy CLI
A command-line tool for Zippy. Instead of the SSH commands, you could use a simple `zippy` command with tab completion.
How does it work?
The Zippy CLI is a small wrapper around the SSH commands. Instead of typing out full SSH commands, you get a simple interface with shell autocompletion.
Install
Download the binary for your operating system:
macOS
Choose the command for your machine:
Linux
Windows
- Download zippy-windows-amd64.exe
- Create a folder for Zippy (e.g.,
C:\Users\YourUsername\AppData\Local\Programs\zippy) - Move
zippy.exeinto that folder - Add that folder to your PATH.
Verify the installation:
Note:
The binary is installed to /usr/local/bin, which must be in your PATH. If the command isn't found after installing, check your shell profile (~/.bashrc, ~/.zshrc, etc.).
Usage
All Zippy SSH commands work with the CLI. Use tab completion to autocomplete project names and commands:
Available Commands
For a complete reference of all commands, see the SSH Commands documentation. These all work with the CLI:
zippy build <project> [branch]— Run your buildzippy rebuild <project> [branch]— Rebuild with fresh environmentzippy shell <project> [branch]— Your build Shell