peopledoc / vault-cli

A configurable command-line interface tool (and python library) to interact with Hashicorp Vault
https://vault-cli.readthedocs.io/
Other
81 stars 21 forks source link

vault cp #119

Closed ewjoachim closed 3 years ago

ewjoachim commented 4 years ago

vault mv copies and deletes. We don't have anything that copies without deleting.

It's just about making this line optional: https://github.com/peopledoc/vault-cli/blob/5af979a554304bc34b0bf10c039491f8dc2a0433/vault_cli/client.py#L388

ewjoachim commented 4 years ago

ping @tlehoux, if you want to try out your Python skills :D