cue icon indicating copy to clipboard operation
cue copied to clipboard

cmd/cue: default registry configuration file

Open rogpeppe opened this issue 1 year ago • 0 comments

As of this change CUE_REGISTRY now supports a file-based configuration mode by setting it to file:....

If it's unset, it defaults to a central registry constant.

It would be useful to support a default configuration file (for example $CUE_CONFIG_DIR/registry.cue) that would be used when $CUE_REGISTRY is unset.

rogpeppe avatar Feb 21 '24 09:02 rogpeppe