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
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,26 @@

Unified Kubernetes cli for the cloud.

```
cloudctl is a command line interface that helps:

1) Fetch and merge kubeconfigs from central Greenhouse cluster

Usage:
cloudctl [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
sync Fetches remote kubeconfigs from Greenhouse cluster and merges them into your local config

Flags:
-h, --help help for cloudctl
```

## Requirements and Setup
Download the latest release from [here](https://github.com/cloudoperators/cloudctl/releases), move to a location in PATH and update file permissions.

*Insert a short description what is required to get your project running...*

## Support, Feedback, Contributing

Expand Down
Loading