# POWERPIPE_WORKSPACE



# POWERPIPE_WORKSPACE

Sets the Powerpipe [workspace](/docs/reference/config-files/workspace). 

A Powerpipe `workspace` is a "profile" that allows you to define a unified environment that the Powerpipe can interact with. 

To learn more, see **[Managing Workspaces →](/docs/run/workspaces)**



## Usage 
Use the `my_workspace` workspace:
```bash
export POWERPIPE_WORKSPACE=my_workspace
```

Use the `acme/prod` Turbot Pipes workspace:
```bash
export POWERPIPE_WORKSPACE=acme/prod
```
