Skip to content

Commit

Permalink
Docs: set proper env vars for airbyte-username and airbyte-password (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danidelvalle authored Feb 9, 2023
1 parent e2100c4 commit 4f97ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions octavia-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ docker compose run octavia-cli <command>`
### `octavia` command flags

| **Flag** | **Description** | **Env Variable** | **Default** |
| ---------------------------------------- | --------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------ |
| ---------------------------------------- | --------------------------------------------------------------------------------- |----------------------------| ------------------------------------------------------ |
| `--airbyte-url` | Airbyte instance URL. | `AIRBYTE_URL` | `http://localhost:8000` |
| `--airbyte-username` | Airbyte instance username (basic auth). | `AIRBYTE_URL` | `airbyte` |
| `--airbyte-password` | Airbyte instance password (basic auth). | `AIRBYTE_URL` | `password` |
| `--airbyte-username` | Airbyte instance username (basic auth). | `AIRBYTE_USERNAME` | `airbyte` |
| `--airbyte-password` | Airbyte instance password (basic auth). | `AIRBYTE_PASSWORD` | `password` |
| `--workspace-id` | Airbyte workspace id. | `AIRBYTE_WORKSPACE_ID` | The first workspace id found on your Airbyte instance. |
| `--enable-telemetry/--disable-telemetry` | Enable or disable the sending of telemetry data. | `OCTAVIA_ENABLE_TELEMETRY` | True |
| `--api-http-header` | HTTP Header value pairs passed while calling Airbyte's API | None | None |
Expand Down

0 comments on commit 4f97ad7

Please sign in to comment.