You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/quickstarts/pages/cqlsh.adoc
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,17 @@
3
3
4
4
The {cql-shell} (`cqlsh`) is a utility that you can use to issue xref:astra@cql:reference:cql-quick-reference.adoc[{cql} commands] to your {astra-db} databases.
5
5
6
-
The {product} provides embedded`cqlsh` support by downloading and installing the `cqlsh` utility in the background and exposing it through the `xref:commands:astra-db-cqlsh.adoc[]` commands.
7
-
This can act as a convenient alternative to installing and configuring a xref:astra-db-serverless:cql:develop-with-cql.adoc#connect-to-the-cql-shell[standalone cqlsh].
6
+
The {product} provides built-in`cqlsh` support by downloading and installing the `cqlsh` utility in the background, and then exposing it through the `xref:commands:astra-db-cqlsh.adoc[]` commands.
7
+
This is a command line-based alternative to the embedded {cql-console} in the{astra-ui}.
8
8
9
9
The `cqlsh` utility isn't installed by default with the {product}.
10
10
The first time you run an `astra db cqlsh` command, the {product} downloads and installs the `cqlsh` utility into the {product} home directory (`xref:ROOT:manage-cli.adoc#file-locations[~/.astra]`).
11
11
12
12
All `astra db cqlsh` commands require a database name or ID.
13
13
The first time you connect to a specific database, {product} downloads the database's {scb} into the {product} home directory.
14
14
15
+
For more information about CQL for {astra-db}, see xref:astra-db-serverless:cql:develop-with-cql.adoc[].
16
+
15
17
[#prerequisites]
16
18
== Prerequisites
17
19
@@ -52,7 +54,7 @@ ImportError: cannot import name PROTOCOL_TLS
52
54
----
53
55
====
54
56
55
-
== Start an interactive cqlsh session
57
+
== Start an interactive `cqlsh` session
56
58
57
59
Use the `xref:commands:astra-db-cqlsh-start.adoc[]` command to start `cqlsh` in interactive mode:
0 commit comments