Skip to content

Instantly share code, notes, and snippets.

@cosimo
Created October 9, 2025 14:41
Show Gist options
  • Save cosimo/88cc26c9bddbd6c9b153a5cbf4429606 to your computer and use it in GitHub Desktop.
Save cosimo/88cc26c9bddbd6c9b153a5cbf4429606 to your computer and use it in GitHub Desktop.
Get Couchbase bucket manifest version
#!/bin/bash
set -e
BUCKET_NAME="$1"
curl -s --user $CB_USER http://localhost:8091/pools/default/buckets/${BUCKET_NAME}/scopes | jq -r .uid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment