> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# vmware/codestream

An Orb for Calling Code Stream Pipelines

## Commands

### authenticate

Authenticate to Code Stream and Execute Pipeline

| Parameter | Type | Default | Description |
|---|---|---|---|
| `csp_token` | env_var_name | CSP_REFRESH_TOKEN |  |
| `pipeline_id` | env_var_name | PIPELINE_ID |  |

## Jobs

### callcs

Authenticates to the VMware Cloud Service Platform, obtains a bearer token, and calls a Code Stream pipeline via API using the pipeline ID


| Parameter | Type | Default | Description |
|---|---|---|---|
| `csp_token` | env_var_name | CSP_REFRESH_TOKEN | Refresh token from VMware Cloud Services Platform |
| `pipeline_id` | env_var_name | PIPELINE_ID | ID for a Code Stream pipeline |

## Executors

### python