devx icon indicating copy to clipboard operation
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...

Results 13 devx issues
Sort by recently updated
recently updated
newest added

# 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...

enhancement

add `cue.mod/pk` to .gitignore on init.

An ArgoCD plugin to build stacks

enhancement

Mainly for supply chain security. We have a PoC for cryptographically hashing builds, we should support client signatures for builds as well.

enhancement

We need to implement a vscode plugin to show trait fields & do validations inside of vscode itself

enhancement

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...

enhancement

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...

enhancement

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...

bug