Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antromeo/ent-cli
https://github.com/antromeo/ent-cli
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antromeo/ent-cli
- Owner: antromeo
- License: lgpl-3.0
- Created: 2023-10-10T13:02:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T16:20:57.000Z (8 months ago)
- Last Synced: 2024-10-11T11:13:43.952Z (28 days ago)
- Language: Go
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ent-cli
## MoSCoW
### Mo (Must have)
- [x] quickstart with minikube and tekton pipeline crd
- [x] ent bundle with podman -> replace with binary version obtained with pkg
- [x] clients to manage all Entando CRs
- [x] provide executables cross-platform
- [ ] migrates the commands
- [x] modularity: kubectl-style
- [ ] strict versioning
- [ ] uses ko for build container images -> To handle several platform sha### S (Should have)
- [x] cluster native, interaction with the Entando CRs
- [ ] a command for entando backup
- [ ] set cpu/ram pod limits
- [ ] set http/https
- [x] set DB type(with entando-clients)
- [ ] set DB internal or external
- [ ] set internal or external keycloak### Co (Could have)
- [x] profile management
- [x] extensibility of plugins in a kubectl-style### W (Won't have)
- [ ] external dependencies### How to extend the cli through the use of plugins
- rename your executable as `ent-cli-[commandName]`
- move your executable to one of the dir in your system's `PATH`