ls
List all deployments for your organization.
Usage
onvera lsDescription
The ls command displays all deployments in your organization in a table format. Use the --json flag for machine-readable output.
Examples
List deployments:
onvera lsJSON output:
onvera ls --jsonOutput
Table output:
ID NAME APP TYPE STATUS
dep_550e8400-e29b-41d4-a716-446655440000 My First Superset superset ready
dep_660e8400-e29b-41d4-a716-446655440001 Production Airflow airflow ready
dep_770e8400-e29b-41d4-a716-446655440002 Staging Superset superset provisioningJSON output:
[
{
"id": "dep_550e8400-e29b-41d4-a716-446655440000",
"name": "My First Superset",
"app_type": "superset",
"status": "ready",
"url": "https://my-first-superset-abc123.onvera.io",
"created_at": "2024-01-20T12:00:00Z"
}
]Common Failure Modes
Not authenticated
Error:
not authenticated. Run 'onvera auth login' firstSolution: Run onvera auth login to authenticate.
No deployments
If you have no deployments, the command outputs:
No deployments found.