Key Capabilities
- Create or pull a Latitude project from CLI
- Pull remote prompts locally with safe diff previews
- Push local prompt changes to a project version
- Check project status and pending changes
- Checkout a specific version or create a new one
- Manage your API key securely
Typical Workflow
- Install the CLI and authenticate
- Run
latitude init
inside your repo - Pull prompts:
latitude pull
- Edit prompts locally
- Push changes:
latitude push
- Switch versions when needed:
latitude checkout <versionUuid>
or-b <name>