Expand description
cloud command tree for systemprompt.io Cloud.
Routes CloudCommands to the auth, init, tenant, profile, deploy,
backup, status, restart, secrets, dockerfile, db, and domain subcommands,
and declares each command’s profile/secret requirements via
DescribeCommand.
Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.
Modules§
- auth
cloud authsubcommands: login, logout, whoami, and admin-user.- backup
cloud backupcommand: download the tenant’s runtimeservices/tree.- db
cloud dbsubcommands operating on a remote tenant database.- deploy
cloud deploycommand: prompts, preflight, and progress rendering.- doctor
cloud doctor: pre-deploy preflight for runtime prerequisites.- domain
cloud domainsubcommands for managing a tenant’s custom domain.- init
cloud initproject scaffolding.- profile
cloud profilesubcommands for managing deployment profiles.- secrets
cloud secretssubcommand: manage tenant environment secrets in the cloud.- templates
- Static HTML pages served by the local callback server during cloud flows.
- tenant
cloud tenantsubcommand: manage local and cloud tenants.- types
- Serializable output DTOs for the
cloudcommand group.