Hello,
To create an index on a bucket, I need to
- SSH into a server
- Run cbq
- Execute “create primary index on [bucket] using GSI”
Is there a single command that can create an index?
We would like to automate our release process completely on the could without SSHing to a server.