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.
Modules§
- auth
cloud authsubcommands: login, logout, and whoami.- db
cloud dbsubcommands operating on a remote tenant database.- dockerfile
- Generation and validation of the per-profile deployment Dockerfile.
- profile
cloud profilesubcommands for managing deployment profiles.- 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.