devx
devx copied to clipboard
A tool for generating, validating & sharing all your configurations, powered by CUE. Works with Kubernetes, Terraform, Compose, GitHub actions and much more...
# Use case A service `invoices` depends on another service's stack `users`, and we to make sure that a supported version of `users` is deployed when building a local dev...
add `cue.mod/pk` to .gitignore on init.
Mainly for supply chain security. We have a PoC for cryptographically hashing builds, we should support client signatures for builds as well.
We need to implement a vscode plugin to show trait fields & do validations inside of vscode itself
We should be able to pin package dependencies, and support upgrades following the main branch. This command should install packages from pinned commits only (or pinning them if they don't...
Diff is supported between different git revisions, It will be very useful to be able to detect the diff between different environments as well. Some use-cases: 1) used when reviewing...
In `kubernetes` transformers, the following sample uses `appName` and `serviceAccountName` as arugments which will eventually be part of the component model and these names can not be used across any...