File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ docker compose run octavia-cli <command>`
138
138
### ` octavia ` command flags
139
139
140
140
| ** Flag** | ** Description** | ** Env Variable** | ** Default** |
141
- | ---------------------------------------- | --------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------ |
141
+ | ---------------------------------------- | --------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------ |
142
142
| ` --airbyte-url ` | Airbyte instance URL. | ` AIRBYTE_URL ` | ` http://localhost:8000 ` |
143
- | ` --airbyte-username ` | Airbyte instance username (basic auth). | ` AIRBYTE_URL ` | ` airbyte ` |
144
- | ` --airbyte-password ` | Airbyte instance password (basic auth). | ` AIRBYTE_URL ` | ` password ` |
143
+ | ` --airbyte-username ` | Airbyte instance username (basic auth). | ` AIRBYTE_USERNAME ` | ` airbyte ` |
144
+ | ` --airbyte-password ` | Airbyte instance password (basic auth). | ` AIRBYTE_PASSWORD ` | ` password ` |
145
145
| ` --workspace-id ` | Airbyte workspace id. | ` AIRBYTE_WORKSPACE_ID ` | The first workspace id found on your Airbyte instance. |
146
146
| ` --enable-telemetry/--disable-telemetry ` | Enable or disable the sending of telemetry data. | ` OCTAVIA_ENABLE_TELEMETRY ` | True |
147
147
| ` --api-http-header ` | HTTP Header value pairs passed while calling Airbyte's API | None | None |
You can’t perform that action at this time.
0 commit comments