Expand description
cloud command tree for systemprompt.io Cloud.
Routes CloudCommands to the auth, init, tenant, profile, deploy,
status, restart, sync, 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, and whoami.- 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.- sync
cloud syncsubcommand: move services state between local profiles and 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.