Install the CLI
- macOS / Linux
- Windows
- Manual Install
Run the install script:This downloads the latest binary and adds it to your PATH.
Authenticate
Log in with your Flipside account:~/.flipside/.
Verify Setup
Confirm you’re logged in and see your account info:Quick Test
Run a simple query to verify everything works:Updating the CLI
Keep your CLI up to date:Configuration
View your current configuration:Environment Selection
Switch between environments using the-e flag:
Uninstall
To remove the CLI:Troubleshooting
Command not found after install
Command not found after install
The install script adds the binary to Add this line to your
/usr/local/bin. If this isn’t in your PATH, add it:~/.bashrc, ~/.zshrc, or shell config file to make it permanent.Permission denied during install
Permission denied during install
The install script may need sudo access to write to Or install to a user directory:
/usr/local/bin:Login not opening browser
Login not opening browser
If the browser doesn’t open automatically, the CLI will display a URL. Copy and paste it into your
browser manually.
Authentication errors
Authentication errors
Clear your stored credentials and log in again:
Windows: Command not found after adding to PATH
Windows: Command not found after adding to PATH
Most common issue: Terminal not restarted after adding to PATH.
- Restart your terminal completely (close and reopen)
- Verify PATH includes your directory
- Test with full path:
C:\Users\YourName\flipside-tools\flipside.exe --version
Windows: Permission errors
Windows: Permission errors
- Right-click
flipside.exe→ Properties → Unblock (if present) - Run terminal as Administrator if needed