https://github.com/morningspace/oc
A shell on top of OpenShift CLI to manage many clusters securely and efficiently both for individual and team use.
https://github.com/morningspace/oc
cli kubernetes openshift
Last synced: about 2 months ago
JSON representation
A shell on top of OpenShift CLI to manage many clusters securely and efficiently both for individual and team use.
- Host: GitHub
- URL: https://github.com/morningspace/oc
- Owner: morningspace
- License: apache-2.0
- Created: 2021-03-17T12:04:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T15:12:48.000Z (about 5 years ago)
- Last Synced: 2025-07-14T01:31:56.014Z (12 months ago)
- Topics: cli, kubernetes, openshift
- Language: JavaScript
- Homepage: https://morningspace.github.io/oc/docs/
- Size: 2.62 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## An Enhanced Version of OpenShift CLI
The enhanced OpenShift CLI (or oc) is not a replacement of the original OpenShift CLI. It is essentially a shell on top of the original oc. By using enhanced oc, you can manage very large amount of clusters both in a secure and efficient manner with better team collaboration.
To learn more on enhanced OpenShift CLI, please read the online [documentation](https://morningspace.github.io/oc/docs/).

### Advantages:
* **Security**: Cluster access data including password are all encrypted and saved in a secret store to avoid sensitive information disclosure.
* **Efficiency**: Login to a cluster can be done by using a human-memorable alias without specifying the full cluster access information.
* **Team collaborion**: The same set of cluster access information can be shared with and reused by your team members in a secure way.
### Features
The enhanced oc supports all the original oc commands and their options, plus some additional cool features:
* Login a cluster with full context information provided only once, then use an alias to re-login at any time.
* Organize many clusters hierarchically, switch among them efficiently by partial input, fuzzy search, nice shell prompt.
* Share cluster context information with your team members for large scale project and team collaboration.
