Phase already supports versioned secrets and the console shows the old versions with the ability to restore them. This leads me to think the data is already there and with proper endpoints, the CLI (and API) could allow fetching secrets at a specific version. For inspiration, Hashicorp's vault CLI supports this.
My specific use case: we have an API_KEY and API_KEY_OLD situation and I thought "oh, Phase versions secrets, could it help?" then realized there's no way to programmatically fetch them.
I have a hunch that a better build/deploy workflow solves my specific use but wanted to open the issue for the community.
Phase already supports versioned secrets and the console shows the old versions with the ability to restore them. This leads me to think the data is already there and with proper endpoints, the CLI (and API) could allow fetching secrets at a specific version. For inspiration, Hashicorp's
vaultCLI supports this.My specific use case: we have an
API_KEYandAPI_KEY_OLDsituation and I thought "oh, Phase versions secrets, could it help?" then realized there's no way to programmatically fetch them.I have a hunch that a better build/deploy workflow solves my specific use but wanted to open the issue for the community.