Couchbase User Automation On Linux

In this article, you will examine how to manage couchbase user operations with an automation via bash script. !/bin/bash v1=$1 v2=$2 while : do echo “###################” echo “1. Get Users Information” echo “2. Current User’s Roles List” echo “3. Change Password” echo “4. List All Roles” echo “5. Grant Role Continue Reading