CLI Overview
The Globio CLI is the official command-line tool for Globio.
Use it to:
- log in to your Globio account
- manage multiple profiles
- list, create, and switch projects
- deploy and invoke edge functions
- deploy and manage GC Hooks
- stream live logs
- migrate from Firebase
Install
npm install -g @globio/cliOr with JSR:
npx jsr add -g @globio/cliFirst run
globio login
globio whoamiProject workflow
globio projects list
globio projects use <projectId>
globio servicesCode workflow
globio functions list
globio hooks list
globio functions watch <slug>Automation
Most data-returning commands support --json:
globio whoami --json
globio projects list --json
globio functions logs <slug> --json
globio hooks list --jsonLast updated on
