Skip to content

Commit f1c8f35

Browse files
Generate runcommand
1 parent f00ad2d commit f1c8f35

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

services/runcommand/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# stackit.runcommand
2+
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

Comments
 (0)