Skip to ContentGlobio Docs
CLI ReferenceOverview

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/cli

Or with JSR:

npx jsr add -g @globio/cli

First run

globio login globio whoami

Project workflow

globio projects list globio projects use <projectId> globio services

Code 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 --json
Last updated on
© 2026 StaNLink Inc. Built with Globio.