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
[](https://choosealicense.com/licenses/apache-2.0/)
@@ -14,11 +14,11 @@ GitOps CLI is a command line interface (CLI) to perform operations on GitOps man
14
14
## Quick Start
15
15
The official GitOps CLI Docker image comes with all dependencies pre-installed and ready-to-use. Pull it with:
16
16
```bash
17
-
docker pull baloise/gitopscli
17
+
docker pull baloiseincubator/gitopscli
18
18
```
19
19
Start the CLI and the print the help page with:
20
20
```bash
21
-
docker run --rm -it baloise/gitopscli --help
21
+
docker run --rm -it baloiseincubator/gitopscli --help
0 commit comments