Skip to content

Commit af1a503

Browse files
authored
🐛 octavia-cli: update readme (#11002)
* fix 2.b * fix 2.b
1 parent 0854ada commit af1a503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

octavia-cli/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ This script:
2626

2727
## 2.b If you want to directly run the CLI without alias in your current directory:
2828
```bash
29-
docker run --rm -v ${PWD}:/home/octavia-project --network host -e AIRBYTE_URL="${AIRBYTE_URL}" -e AIRBYTE_WORKSPACE_ID="${AIRBYTE_WORKSPACE_ID}" airbyte/octavia-cli:dev
29+
mkdir my_octavia_project_directory # Create your octavia project directory where YAML configurations will be stored.
30+
docker run --rm -v ./my_octavia_project_directory:/home/octavia-project --network host -e AIRBYTE_URL="http://localhost:8000" airbyte/octavia-cli:dev
3031
````
3132

3233
# Current development status

0 commit comments

Comments
 (0)