Created
October 9, 2025 14:41
-
-
Save cosimo/88cc26c9bddbd6c9b153a5cbf4429606 to your computer and use it in GitHub Desktop.
Get Couchbase bucket manifest version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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