Skip to content

Commit

Permalink
fix typos (#11385)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Mar 24, 2022
1 parent ba992db commit fa411d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octavia-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Feel free to share your use cases with the community in [#octavia-cli](https://a

## Workflow

### 1. Generate local YAML files for sources or destination
### 1. Generate local YAML files for sources or destinations

1. Retrieve the *definition id* of the connector you want to use using `octavia list command`.
2. Generate YAML configuration running `octavia generate source <DEFINITION_ID> <SOURCE_NAME>` or `octavia generate destination <DEFINITION_ID> <DESTINATION_NAME>`.
Expand Down Expand Up @@ -104,7 +104,7 @@ This script:
```bash
touch ~/.octavia # Create a file to store env variables that will be mapped the octavia-cli container
mkdir my_octavia_project_directory # Create your octavia project directory where YAML configurations will be stored.
docker run --name octavia-cli -i --rm -v ./my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:latest
docker run --name octavia-cli -i --rm -v my_octavia_project_directory:/home/octavia-project --network host --user $(id -u):$(id -g) --env-file ~/.octavia airbyte/octavia-cli:latest
```

### Using `docker-compose`
Expand Down

0 comments on commit fa411d0

Please sign in to comment.