Manage projects: the containers that group monitors, checks, and environments.
obs project create --name "Acme prod" --description "Production monitoring"obs project listobs project get <id>obs project update <id> --description "Updated copy"obs project delete <id> -y
obs project create --name "Acme prod" --description "Production monitoring"obs project listobs project get <id>obs project update <id> --description "Updated copy"obs project delete <id> -y
Create/update flags: -n, --name, -d, --description.
--file <path> create and obs schema project are available, matching the
other resource commands.
Nested project sub-resources (project environments, rules) are not managed by this command; manage those in the dashboard.
See also: the CLI reference overview.