using 0.16.1 (6755cd0)
passing config.yml at ~/custom-config-location/config.yml via --config flag
in config.yml: vault_path: unquoted-expanded-custom-path
added/modified records go to the specified vault, and doctor checks out with correct config path and correct vault path
so I figured I could remove the created files at the default vault path, but doing so stops pass-cli in its execution before it can recognize my config file, but adding blank files called vault.enc and vault.enc.meta.json allows it to proceed again, using custom paths
expected behavior would be that pass-cli checks if vault_path has been specified before looking for vaults in a default path
using 0.16.1 (6755cd0)
passing config.yml at
~/custom-config-location/config.ymlvia--configflagin config.yml:
vault_path: unquoted-expanded-custom-pathadded/modified records go to the specified vault, and doctor checks out with correct config path and correct vault path
so I figured I could remove the created files at the default vault path, but doing so stops pass-cli in its execution before it can recognize my config file, but adding blank files called vault.enc and vault.enc.meta.json allows it to proceed again, using custom paths
expected behavior would be that pass-cli checks if vault_path has been specified before looking for vaults in a default path