> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# rig proxy env

> Print export statements for scripting (alias for on)

Available **workspace**. Reference source: CLI `0.13.0-rc.2` (`09bd4024dd72`).

Use this command inside a workspace.

## Examples

Run inside a workspace. Replace uppercase placeholders with your own values. This invocation performs the operation described above.

```bash theme={null}
rig proxy env
```

Inspect the supported arguments before running this command. Help is offline and does not modify resources.

```bash theme={null}
rig proxy env --help
```

## Workspace syntax

```text theme={null}
Usage: rigbox proxy env [OPTIONS] [PROVIDER]
```

### Arguments and flags

| Argument        | Description                                                               | Details                                                                        |
| --------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| `provider`      | Route alias: openrouter, openai, or v1                                    | Value: PROVIDER                                                                |
| `--output`      | Output format                                                             | Global; Value: OUTPUT; Default: human; Choices: human, json, yaml, text, table |
| `--no-pager`    | Do not pipe help output through a pager                                   | Global; Default: false                                                         |
| `-v, --verbose` | Verbose diagnostics on stderr (per-phase deploy tracing, job-poll status) | Global; Default: false                                                         |
| `-h, --help`    | Print help                                                                |                                                                                |

<Accordion title="Complete command help">
  ```text theme={null}
  Print export statements for scripting (alias for on)

  Usage: rigbox proxy env [OPTIONS] [PROVIDER]

  Arguments:
    [PROVIDER]
            Route alias: openrouter, openai, or v1

  Options:
        --output <OUTPUT>
            Output format
            
            [default: human]
            [possible values: human, json, yaml, text, table]

        --no-pager
            Do not pipe help output through a pager

    -v, --verbose
            Verbose diagnostics on stderr (per-phase deploy tracing, job-poll status)

    -h, --help
            Print help
  ```
</Accordion>
