Skip to content

🐛 octavia-cli: update readme #11002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 10, 2022
Merged

Conversation

alafanechere
Copy link
Contributor

Make the docker run command more easily readable for users.

@alafanechere alafanechere requested a review from marcosmarxm March 9, 2022 22:02
@alafanechere alafanechere added area/documentation Improvements or additions to documentation area/octavia-cli labels Mar 9, 2022
@github-actions github-actions bot removed the area/documentation Improvements or additions to documentation label Mar 9, 2022
@@ -26,7 +26,8 @@ This script:

## 2.b If you want to directly run the CLI without alias in your current directory:
```bash
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
mkdir my_octavia_project_directory # Create your octavia project directory where YAML configurations will be stored.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
mkdir my_octavia_project_directory # Create your octavia project directory where YAML configurations will be stored.
mkdir -p my_octavia_project_directory # Create your octavia project directory where YAML configurations will be stored.

I think the flag -p is useful 📦

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no subdir in this example so no need to create directories recursively IMO, wdyt? 🤔

@alafanechere alafanechere added this to the octavia-cli-alpha milestone Mar 10, 2022
@alafanechere alafanechere merged commit af1a503 into master Mar 10, 2022
@alafanechere alafanechere deleted the augustin/octavia-cli/update-readme branch March 10, 2022 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants