diff --git a/Justfile b/Justfile index 43f9d03..14c599f 100755 --- a/Justfile +++ b/Justfile @@ -276,8 +276,7 @@ verify-n-unlock sshserver attempts="10": exit 1 _get_pass_entry path key: - pass show {{path}}| grep -E "^{{key}}:" | awk '{ print $2 }' - # jq -sR 'split("\n") | map(split(":"))' <(pass show Infrastructure/VPS/CFB4ED74 | grep -E "^[A-Za-z_]+:") + pass show {{path}}| grep -E "^{{key}}:" | sed -E 's/^[^:]+: *//g' run-with-channels +cmds: #!/usr/bin/env bash