https://github.com/ksctl/cli
Simplified Kubernetes Clusters Lifecycle Management (CLI)
https://github.com/ksctl/cli
cli golang kubernetes
Last synced: 5 months ago
JSON representation
Simplified Kubernetes Clusters Lifecycle Management (CLI)
- Host: GitHub
- URL: https://github.com/ksctl/cli
- Owner: ksctl
- License: apache-2.0
- Created: 2023-10-17T14:29:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T09:12:29.000Z (about 1 year ago)
- Last Synced: 2025-10-12T18:31:48.057Z (8 months ago)
- Topics: cli, golang, kubernetes
- Language: Go
- Homepage: https://docs.ksctl.com
- Size: 900 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README

# Ksctl CLI
This CLI utilizes the core components from [Ksctl](https://github.com/ksctl/ksctl) to provide a Command Line user experience
[](https://goreportcard.com/report/github.com/ksctl/cli) [](https://pkg.go.dev/github.com/ksctl/cli) [](https://www.bestpractices.dev/projects/7469)
  
## All Repositories under (Ksctl Org)
Repo | Description
-|-
[Ksctl](https://github.com/ksctl/ksctl) | It provides the core components aka the internals of ksctl features
[Ksctl CLI](https://github.com/ksctl/cli) | Builds on top of the core Ksctl repository to provide a CLI tool
[Ksctl Docs](https://github.com/ksctl/docs) | It's for documentation purpose and to host the ksctl website
## Getting Started guide
[Getting Started guide](https://docs.ksctl.com/docs/getting-started/)
## Usage
Please refer to the [CLI Reference guide](https://docs.ksctl.com/docs/reference/cli/)
## Contribution Guidelines
Please refer to our [contribution guide](https://docs.ksctl.com/docs/contribution-guidelines/) if you wish to contribute to the project :smile: