Skip to content

Instantly share code, notes, and snippets.

@marcinantkiewicz
Last active March 25, 2025 19:29
Show Gist options
  • Save marcinantkiewicz/2098df48da5ee4d20de63c4b85491a9d to your computer and use it in GitHub Desktop.
Save marcinantkiewicz/2098df48da5ee4d20de63c4b85491a9d to your computer and use it in GitHub Desktop.
gcp secrets and jq

Print secret name of secrets that do not have the versionAliases attribute

gcloud secrets list --format=json | jq '.[] | select( has("versionAliases")|not)|.name'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment