We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4e9dc commit 27a6f61Copy full SHA for 27a6f61
2 files changed
docs/cli/index.md
@@ -13,6 +13,12 @@ Install the CLI extension to the Incydr SDK with pip. Use the following command
13
$ pip install 'incydr[cli]'
14
```
15
16
+To upgrade an existing installation, use the `--upgrade` flag:
17
+
18
+```bash
19
+$ pip install 'incydr[cli]' --upgrade
20
+```
21
22
See [Getting Started](getting_started.md) for more further details on setting up your Incydr CLI.
23
24
## Commands
docs/sdk/index.md
@@ -15,6 +15,13 @@ Install using pip:
$ pip install incydr
+$ pip install incydr --upgrade
25
Import the `incydr.Client` initialize with your Incydr API Client:
26
27
```python
0 commit comments