Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 4 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ Apache 2.0

## Installing

This package is available for several languages/platforms:
> [!NOTE]
> Currently those packages are not available via the mentioned packages managers but can be installed locally by using the generated sdks directly.
> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service is supported.
> E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md).

### Node.js (JavaScript/TypeScript)

Expand All @@ -41,30 +44,6 @@ or `yarn`:
yarn add @stackitcloud/pulumi-stackit
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_stackit
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/stackitcloud/pulumi-stackit/sdk
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Pulumi.stackit
```

## Getting started

A good starting point is the collection of examples in the [Examples](./examples/) folder.
Expand Down
29 changes: 4 additions & 25 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ Apache 2.0

## Installing

This package is available for several languages/platforms:
> [!NOTE]
> Currently those packages are not available via the mentioned packages managers but can be installed locally by using the generated sdks directly.
> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service is supported.
> E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md).

### Node.js (JavaScript/TypeScript)

Expand All @@ -47,30 +50,6 @@ or `yarn`:
yarn add @stackitcloud/pulumi-stackit
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_stackit
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/stackitcloud/pulumi-stackit/sdk
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Pulumi.stackit
```

## Example

{{< chooser language "typescript" >}}
Expand Down
29 changes: 4 additions & 25 deletions sdk/python/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading