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
2. Add the STACKIT CLI package repository as a package source:
45
+
46
+
```shell
47
+
echo"deb [signed-by=/usr/share/keyrings/stackit.gpg] https://packages.stackit.cloud/apt/cli stackit main"| sudo tee -a /etc/apt/sources.list.d/stackit.list
48
+
```
49
+
50
+
3. Update repository information and install the `stackit` package:
51
+
52
+
```shell
53
+
sudo apt-get update
54
+
sudo apt-get install stackit
55
+
```
56
+
57
+
#### Any distribution
58
+
59
+
Alternatively, you can install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below.
60
+
61
+
> We are currently working on distributing the CLI on more package managers for Linux.
0 commit comments