Command reference ยท Antigravity CLI
agy --project <name>
Explicitly sets which project to use at startup.
agy --project <name> (since 1.0.12) explicitly sets which project to use at startup, instead of deriving the project automatically from the active workspace. Complements --new-project, which creates a new project instead.
โ WHEN TO USE IT?
Pick an existing project independent of the current directory
agy --project my-project
โ WHEN NOT TO?
You want a brand-new project to be created
--project only picks among existing projects; it doesn't create one.
Better: Use agy --new-project <name>
SOURCES
- Antigravity CLI CHANGELOG (GitHub) โ raw.githubusercontent.com