You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: octavia-cli/README.md
+18-13
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,23 @@ It has the following features:
10
10
11
11
The project is under development: readers can refer to our [tech spec deck](https://docs.google.com/presentation/d/10RjkCzBiVhCivnjSh63icYI7wG6S0N0ZIErEIsmXTqM/edit?usp=sharing) for an introduction to the tool.
12
12
13
-
# Usage
14
-
We encourage users to use the CLI with docker to avoid the hassle of setting up a Python installation.
15
-
The project is under development: we have not yet published any docker image to our Docker registry.
13
+
# Install
16
14
17
-
1. Build the project locally (from the root of the repo):
15
+
## 1. Install and run Docker
16
+
We are packaging this CLI as a Docker image to avoid dependency hell, **[please install and run Docker if you are not](https://docs.docker.com/get-docker/)**.
17
+
18
+
## 2.a If you are using ZSH / Bash:
18
19
```bash
19
-
SUB_BUILD=OCTAVIA_CLI ./gradlew build #from the root of the repo
@@ -56,6 +56,11 @@ We welcome community contributions!
56
56
6. Run the unittest suite: `pytest --cov=octavia_cli`
57
57
7. Iterate: please check the [Contributing](#contributing) for instructions on contributing.
58
58
59
+
## Build
60
+
Build the project locally (from the root of the repo):
61
+
```bash
62
+
SUB_BUILD=OCTAVIA_CLI ./gradlew build # from the root directory of the repo
63
+
```
59
64
# Contributing
60
65
1. Please sign up to [Airbyte's Slack workspace](https://slack.airbyte.io/) and join the `#octavia-cli`. We'll sync up community efforts in this channel.
61
66
2. Read the [execution plan](https://docs.google.com/spreadsheets/d/1weB9nf0Zx3IR_QvpkxtjBAzyfGb7B0PWpsVt6iMB5Us/edit#gid=0) and find a task you'd like to work on.
0 commit comments