Skip to content

chore(doc): add github issue note and docs link to readme #655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
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