Download Steps from cloud¶
Command help
> csm-orc fetch-cloud-steps --help
Usage: csm-orc fetch-cloud-steps [OPTIONS]
Uses environment variables to download cloud based Template steps Requires a valid Azure connection either with:
• The AZ cli command: az login
• A triplet of env var AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET
╭─ OPTIONS ──────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ * --organization-id o-########## The id of an organization in the cosmotech api │
│ ENV: CSM_ORGANIZATION_ID │
│ [required] │
│ * --workspace-id w-########## The id of a solution in the cosmotech api │
│ ENV: CSM_WORKSPACE_ID │
│ [required] │
│ * --run-template-id NAME The name of the run template in the cosmotech api │
│ ENV: CSM_RUN_TEMPLATE_ID │
│ [required] │
│ * --handler-list HANDLER,...,HANDLER A list of handlers to download (comma separated) │
│ ENV: CSM_CONTAINER_MODE │
│ [required] │
│ * --api-url URL The url to a Cosmotech API │
│ ENV: CSM_API_URL │
│ [required] │
│ * --api-scope URI The identification scope of a Cosmotech API │
│ ENV: CSM_API_SCOPE │
│ [required] │
│ --web-help Open the web documentation │
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯