Command Description Category Action
git init Initialize a new .git project in the current directory. core
git deploy Push and deploy the current branch to production. deploy
git preview Generate an isolated staging URL for a pull request or branch. deploy
git config set Update project configuration values via CLI. config
git env list List all environment variables attached to the project. config
git auth login Authenticate CLI with your .git account token. auth
git auth logout Revoke current CLI session and clear local tokens. auth
git status Check deployment sync status, health checks, and branch tracking. status
git logs View deployment history, commit diffs, and pipeline logs. status
git rollback Revert production to a previous successful deployment. deploy
git version Display current CLI version and platform sync status. core