Replies: 1 comment 10 replies
-
This looks problematic: echo $(docker run --rm -v step:/home/step smallstep/step-ca cat secrets/password)
So, I would rewrite that line like this: docker run --rm -v step:/home/step smallstep/step-ca cat secrets/password Is there a particular reason why don't just do this? znap eval _ca_pw 'docker run --rm -v step:/home/step smallstep/step-ca cat secrets/password' |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to cache a function's output, but what I get is "command not found: <function_output_here>". What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions