promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

install.sh --skip-path

Skips automatically appending PATH in your shell profile during install.

The --skip-path flag is passed when running the install script and stops it from automatically appending the binary directory (~/.local/bin or %LOCALAPPDATA%\agy\bin) to PATH in your shell profile.

โœ… WHEN TO USE IT?

Manage the PATH entry yourself, e.g. in an existing dotfiles setup

curl -fsSL https://antigravity.google/cli/install.sh | bash -s -- --skip-path

โ›” WHEN NOT TO?

agy should be callable from any terminal right after installing, with no extra manual step

Without the automatic PATH entry, the shell won't find the agy binary without a manual PATH change.

Better: Run the installer without --skip-path

SOURCES