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
API endpoints for the STACKIT Run Commands Service API
3
+
4
+
5
+
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
6
+
7
+
8
+
## Installation & Usage
9
+
### pip install
10
+
11
+
```sh
12
+
pip install stackit-runcommand
13
+
```
14
+
15
+
Then import the package:
16
+
```python
17
+
import stackit.runcommand
18
+
```
19
+
20
+
## Getting Started
21
+
22
+
[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
0 commit comments