devenv icon indicating copy to clipboard operation
devenv copied to clipboard

secretspec command-line unavailable in devenv 1.11.2

Open landure opened this issue 1 month ago • 2 comments

Describe the bug

with :

# devenv.yaml
secretspec:
  enable: true
  profile: default
  provider: dotenv:.env.local

secretspec command-line isn't available in devenv shell anymore (it was available in 1.10). The documentation still talks about installing secretspec with devenv.sh.

To reproduce

Enable secretspec in devenv, try to run secretspec command.

Version

devenv 1.11.2 (x86_64-linux)

landure avatar Dec 30 '25 10:12 landure

You can add it back via packages = [ pkgs.secretspec ] . I'm looking into integrating it via devenv secretspec

domenkozar avatar Dec 30 '25 16:12 domenkozar

When adding via the aforementioned method, secretspec doesn't load the configuration specified in devenv.yaml. I need the cli for secretspec run.

Thank you for your work.

landure avatar Dec 31 '25 06:12 landure