I’m in the process of automating the installation of a Couchbase server from the command line.
I’ve already done the node-init/cluster-init/bucket-create parts with the help of couchbase-cli.exe.
Now I would like to create and/or update production views from the command line.
Is there a suitable tool for this or should I use the .NET API ?
Thanks in advance.