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
Currently there are two different ways to setup and use the GitOps CLI.
3
+
The GitOps CLI can be used in multiple ways depending on your needs: via Docker, using Astral’s uvx, or by installing it from source for local development.
4
4
5
-
## Docker
5
+
## Option 1: Use via Docker (Recommended)
6
6
7
7
The official GitOps CLI Docker image comes with all dependencies pre-installed and ready-to-use. Pull it with:
8
8
```bash
@@ -13,45 +13,40 @@ Start the CLI and the print the help page with:
13
13
docker run --rm -it baloise/gitopscli --help
14
14
```
15
15
16
-
## From Source With Virtualenv
16
+
## Option 2: Run as Tool via uvx
17
17
18
-
Use this for developement and if you want to prevent dependency clashes with other programs in a user installation.
18
+
Astral's [uvx](https://docs.astral.sh/uv/guides/tools/) allows you to run the CLI without installing it.
19
19
20
-
Clone the repository and install the GitOps CLI on your machine:
0 commit comments