Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paralus/prompt
An interactive kubernetes client featuring auto-complete using go-prompt. Used within Paralus dashboard to interact with k8s clusters.
https://github.com/paralus/prompt
kube-prompt kubectl kubectl-autocomplete kubectl-from-ui
Last synced: 7 days ago
JSON representation
An interactive kubernetes client featuring auto-complete using go-prompt. Used within Paralus dashboard to interact with k8s clusters.
- Host: GitHub
- URL: https://github.com/paralus/prompt
- Owner: paralus
- License: apache-2.0
- Created: 2021-12-08T10:14:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T08:52:09.000Z (4 months ago)
- Last Synced: 2024-08-01T10:18:48.757Z (4 months ago)
- Topics: kube-prompt, kubectl, kubectl-autocomplete, kubectl-from-ui
- Language: Go
- Homepage: https://www.paralus.io/
- Size: 1.77 MB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Prompt
Paralus Prompt is built on top of kube-prompt, this is integrated in the dashboard. kube-prompt accepts the same commands as the kubectl, except you don't need to provide the kubectl prefix. So it doesn't require the additional cost to use this cli. And you can integrate other commands via pipe (`|`).
## Installation & Setup
For local development and setup, follow the steps mentioned in [dev-installation](https://github.com/paralus/prompt/tree/main/internal/dev) document.
## Community & Support
- Visit [Paralus website](https://paralus.io) for the complete documentation and helpful links.
- Join our [Slack channel](https://join.slack.com/t/paralus/shared_invite/zt-1a9x6y729-ySmAq~I3tjclEG7nDoXB0A) to post your queries and discuss features.
- Tweet to [@paralus_](https://twitter.com/paralus_/) on Twitter.
- Create [GitHub Issues](https://github.com/paralus/prompt/issues) to report bugs or request features.## Contributing
The easiest way to start is to look at existing issues and see if there’s something there that you’d like to work on. You can filter issues with the label “Good first issue” which are relatively self sufficient issues and great for first time contributors.
Once you decide on an issue, please comment on it so that all of us know that you’re on it.
If you’re looking to add a new feature, raise a [new issue](https://github.com/paralus/prompt/issues) and start a discussion with the community. Engage with the maintainers of the project and work your way through.