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: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,23 @@ podman run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
56
56
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
57
57
```
58
58
59
+
### Upgrading
60
+
61
+
Since version `3.1.0` you can update `sslcli` to the latest release using [self-update feature](https://github.com/essentialkaos/.github/blob/master/APPS-UPDATE.md):
62
+
63
+
```bash
64
+
sslcli --update
65
+
```
66
+
67
+
This command will runs a self-update in interactive mode. If you want to run a quiet update (_no output_), use the following command:
68
+
69
+
```bash
70
+
sslcli --update=quiet
71
+
```
72
+
73
+
> [!NOTE]
74
+
> Please note that the self-update feature only works with binaries that are downloaded from the [EK Apps Repository](https://apps.kaos.st/sslcli/latest). Binaries from packages do not have a self-update feature and must be upgraded via the package manager.
0 commit comments