diff --git a/README.md b/README.md index feb3eb2..6e5b948 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. diff --git a/docs/_index.md b/docs/_index.md index 3e72640..ac45c10 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -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) @@ -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" >}} diff --git a/sdk/python/README.md b/sdk/python/README.md index feb3eb2..6e5b948 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -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) @@ -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.