devenv
devenv copied to clipboard
secretspec command-line unavailable in devenv 1.11.2
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)
You can add it back via packages = [ pkgs.secretspec ] . I'm looking into integrating it via devenv secretspec
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.