Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AV-55075: add Tab Sync Group #53

Open
wants to merge 2 commits into
base: release/7.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/guides/pages/bulk-operations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To read multiple documents in Couchbase perform a bulk `get` operation.

[{tabs}]
====
cbc::
CLI::
+
--
Use the `cbc cat` command to retrieve multiple documents by their IDs.
Expand Down
4 changes: 2 additions & 2 deletions modules/guides/pages/connect.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To connect to a standalone or Docker installation with _unencrypted_ network acc

[{tabs}]
====
cbc::
CLI::
+
--
Most `cbc` sub-commands will require some form of authentication to access a cluster or perform operations on data within a bucket.
Expand Down Expand Up @@ -189,7 +189,7 @@ Before using X.509 certificate based authentication, you should run through the

[{tabs}]
====
cbc::
CLI::
+
--
. To securely connect to Couchbase Server using `cbc`, pass `-U` for the connection URL immediately after a sub-command.
Expand Down
4 changes: 2 additions & 2 deletions modules/guides/pages/creating-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To create a single document in Couchbase, perform an insert operation.

[{tabs}]
====
cbc::
CLI::
+
--
. Create a structured JSON document to insert in the database.
Expand Down Expand Up @@ -185,7 +185,7 @@ To specify further parameters for the inserted document, such as expiry, add the

[{tabs}]
====
cbc::
CLI::
+
--
. Create a structured document object containing your data.
Expand Down
4 changes: 2 additions & 2 deletions modules/guides/pages/deleting-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To delete a specific field within a document, perform a _Sub-Document_ remove op

[{tabs}]
====
cbc::
CLI::
+
--
Use the `cbc rm` command to delete a document from the database.
Expand Down Expand Up @@ -141,7 +141,7 @@ To delete a specific field within a document you can perform a _Sub-Document_ re

[{tabs}]
====
cbc-subdoc::
CLI::
+
--
. Connect to the `cbc-subdoc` interactive shell.
Expand Down
6 changes: 3 additions & 3 deletions modules/guides/pages/reading-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To read a single document in Couchbase, perform a get operation.

[{tabs}]
====
cbc::
CLI::
+
--
Use the `cbc cat` command to retrieve a document by ID and output its data.
Expand Down Expand Up @@ -180,7 +180,7 @@ To specify further parameters, such as expiry, add options to the get operation.

[{tabs}]
====
cbc::
CLI::
+
--
Use the `cbc cat` command to retrieve a document by ID and pass options as required.
Expand Down Expand Up @@ -325,7 +325,7 @@ To fetch a specific field inside a document, you can perform a sub-document get

[{tabs}]
====
cbc-subdoc::
CLI::
+
--
. Connect to the `cbc-subdoc` interactive shell.
Expand Down
6 changes: 3 additions & 3 deletions modules/guides/pages/updating-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To update a document, or create the document if it doesn't exist, perform an ups

[{tabs}]
====
cbc::
CLI::
+
--
. Create a JSON document containing the updated data.
Expand Down Expand Up @@ -163,7 +163,7 @@ To update a document that already exists, perform a replace operation.

[{tabs}]
====
cbc::
CLI::
+
--
. Update a JSON document with some new data.
Expand Down Expand Up @@ -341,7 +341,7 @@ You can use either a Sub-Document upsert or replace operation depending on what

[{tabs}]
====
cbc-subdoc::
CLI::
+
--
. Connect to the `cbc-subdoc` interactive shell.
Expand Down