kramphub / kiya

manage secrets for development and infrastructure deployment using Google Cloud Platform
Other
16 stars 9 forks source link

Added backup command #39

Closed ag5denis closed 1 year ago

ag5denis commented 1 year ago

With encryption

kiya --encrypted --key-location store --pub /kiya/backup_public_key ag5 backup [filter]

without

kiya ag5 backup [filter]

Restore

kiya ag5 --path ./path/to/backup restore
amohabir commented 1 year ago

Don't forget to update the README with instructions and the Changelog with your changes for next version v1.12.0

ag5denis commented 1 year ago

Yes, sure, I still working on this. Cleaning and fix small things

ag5denis commented 1 year ago

So, I think I'm done, but need to review, check README and feedback before making this PR ready to merge

ag5denis commented 1 year ago

Fixed conflicts

ghost commented 1 year ago

readme looks good to me