Skip to ContentGlobio Docs

Projects

The globio projects command group manages projects and active project selection.

Init flags

globio init globio init --name <project-name> globio init --slug <slug> globio init --org <orgId> globio init --env <environment> # development | staging | production globio init --no-migrate # skip migration prompt globio init --from <path> # import from Firebase service account path globio init --profile <name> globio init --json

List projects

globio projects list globio projects list --profile <name> globio projects list --json

Create a project

globio projects create globio projects create --name <name> globio projects create --org <orgId> globio projects create --env <environment> globio projects create --profile <name> globio projects create --json

Switch active project

globio projects use <projectId> globio projects use <projectId> --profile <name> globio projects use <projectId> --json

Project files created by init

globio init creates:

globio.config.ts .env
Last updated on
© 2026 StaNLink Inc. Built with Globio.