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: docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2918,18 +2918,18 @@ OPTIONS
2918
2918
====
2919
2919
2920
2920
[#cqlsh]
2921
-
== Use the CQL shell (cqlsh)
2921
+
== Use cqlsh
2922
2922
2923
-
The CQL shell (`cqlsh`) is an interface that you can use to issue xref:astra@cql:ROOT:index.adoc[{cass-short} Query Language (CQL)] commands to your database.
2924
-
The {product} provides built-in CQL shell support by downloading, installing, configuring, and wapping the `cqlsh` utility.
2925
-
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 CQL shell].
2923
+
`cqlsh` is an interface that you can use to issue xref:astra@cql:ROOT:index.adoc[{cass-short} Query Language (CQL)] commands to your database.
2924
+
The {product} provides built-in `cqlsh` support by downloading, installing, configuring, and wapping the `cqlsh` utility.
2925
+
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].
2926
2926
2927
2927
To use `cqlsh` commands, you must have a supported version of Python installed on your system.
2928
2928
The underlying `cqlsh` utility requires Python 2.7 (with TLS support) or Python 3.6--3.11.
2929
2929
Python versions 3.12 and later are not supported.
2930
2930
For more details, see this https://support.datastax.com/s/article/cqlsh-may-fail-with-A-Python-installation-with-SSL-is-required-to-connect-to-a-cloud-cluster-when-connecting-to-Astra[Support article]
2931
2931
2932
-
Use the `astra db cqlsh` command to start the CQL shell in interactive mode:
2932
+
Use the `astra db cqlsh` command to start `cqlsh` in interactive mode:
2933
2933
2934
2934
[source,bash,subs="+quotes"]
2935
2935
----
@@ -2951,7 +2951,7 @@ token@cqlsh>
2951
2951
----
2952
2952
====
2953
2953
2954
-
Type `exit` or `quit;` and press kbd:[Return] to exit the CQL shell.
2954
+
Type `exit` or `quit;` and press kbd:[Return] to exit `cqlsh`.
2955
2955
2956
2956
The first time you use the `astra db cqlsh` command, the {product} downloads and installs the `cqlsh` utility to the {product} installation directory (`~/.astra/cqlsh-astra`).
2957
2957
The {product} also downloads the {scb-long} for each database you connect to and stores the {scb} zip files in the `~/.astra/scb` directory.
0 commit comments