Skip to content

Commit 01c133f

Browse files
authored
change standalone cqlsh to cql console (#38)
1 parent 0834e61 commit 01c133f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ asciidoc:
2929
dsbulk-short: 'DSBulk'
3030
cql: 'Cassandra Query Language (CQL)'
3131
cql-shell: 'CQL shell'
32+
cql-console: 'CQL console'
3233
pulsar-short: 'Pulsar'

modules/quickstarts/pages/cqlsh.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33

44
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.
55

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}.
88

99
The `cqlsh` utility isn't installed by default with the {product}.
1010
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]`).
1111

1212
All `astra db cqlsh` commands require a database name or ID.
1313
The first time you connect to a specific database, {product} downloads the database's {scb} into the {product} home directory.
1414

15+
For more information about CQL for {astra-db}, see xref:astra-db-serverless:cql:develop-with-cql.adoc[].
16+
1517
[#prerequisites]
1618
== Prerequisites
1719

@@ -52,7 +54,7 @@ ImportError: cannot import name PROTOCOL_TLS
5254
----
5355
====
5456

55-
== Start an interactive cqlsh session
57+
== Start an interactive `cqlsh` session
5658

5759
Use the `xref:commands:astra-db-cqlsh-start.adoc[]` command to start `cqlsh` in interactive mode:
5860

0 commit comments

Comments
 (0)