Find Projects — Avora CLI
Search the CLI registry for Avora workspace pulls and connected Git repositories.
Task
Find a saved project by name, repository, path, workspace ID, or source.
Prerequisites
At least one project has been registered by open, pull, connect, or sync.
Find This in Your Terminal
List every tracked project:
avora find
Filter the list:
avora find api
Steps
- Run
avora findwithout a query to inspect all records. - Add a search term to match the project name, repository, path, or identity.
- Review the source label:
avorafor generated workspaces orgitfor repositories. - Use the displayed name or path with
run,update, orverify.
Quote a query that contains spaces so the shell passes it as one value.
Expected Result
Each match shows its identity, repository or workspace reference, local path, saved run command, and last pull or sync time.
Next Step
Continue with Run Project or Update.
Troubleshooting
- If no records appear, create one with
avora pulloravora connect. - If a displayed path no longer exists, pull or connect the project again to a valid location.
- If you switched
AVORA_CLI_HOME, point it back to the directory containing the expectedprojects.json.