Skip to content
Merged
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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ The STACKIT CLI allows you to manage your STACKIT services and resources as well
- Databases such as PostgreSQL Flex, MongoDB Flex and SQLServer Flex

This CLI is in a BETA state. More services and functionality will be supported soon.
Your feedback is appreciated!
Your feedback is appreciated!
Feel free to open [GitHub issues](https://github.com/stackitcloud/stackit-cli) to provide feature requests and bug reports.

<a name="warning-new-stackit-idp"></a>

Expand All @@ -35,6 +36,10 @@ Your feedback is appreciated!

Please refer to our [installation guide](./INSTALLATION.md) for instructions on how to install and get started using the STACKIT CLI.

## Documentation

There is some [documentation](./docs/stackit.md) available in the markdown format inside the `docs` directory of the repository.

## Usage

A typical command is structured as:
Expand Down
Loading