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: in-progress/astra-streaming-cli.adoc
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ astra streaming status **TENANT_NAME**
283
283
----
284
284
====
285
285
286
-
Use the `astra streaming pulsar-token` command to get the Pulsar token for a specific tenant:
286
+
Use the `astra streaming pulsar-token` command to get the {pulsar-short} token for a specific tenant:
287
287
288
288
[source,bash,subs="+quotes"]
289
289
----
@@ -722,14 +722,14 @@ OPTIONS
722
722
----
723
723
====
724
724
725
-
== Use the Pulsar shell
725
+
== Use the {pulsar-short} shell
726
726
727
-
The https://pulsar.apache.org/docs/next/administration-pulsar-shell/[Pulsar shell] is an interactive command-line interface tool for managing and interacting with Pulsar clusters.
728
-
It is designed to allow developers and administrators to execute Pulsar commands interactively or in a script-like fashion, facilitating tasks such as creating topics, producing and consuming messages, managing schemas, and more.
727
+
The https://pulsar.apache.org/docs/next/administration-pulsar-shell/[{pulsar-short} shell] is an interactive command-line interface tool for managing and interacting with {pulsar-short} clusters.
728
+
It is designed to allow developers and administrators to execute {pulsar-short} commands interactively or in a script-like fashion, facilitating tasks such as creating topics, producing and consuming messages, managing schemas, and more.
729
729
730
-
The {product} provides built-in Pulsar shell support by downloading, installing, configuring, and wrapping the `pulsar-shell` utility.
730
+
The {product} provides built-in {pulsar-short} shell support by downloading, installing, configuring, and wrapping the `pulsar-shell` utility.
731
731
732
-
Use the `astra streaming pulsar-shell` command to start the Pulsar shell in interactive mode:
732
+
Use the `astra streaming pulsar-shell` command to start the {pulsar-short} shell in interactive mode:
Type `exit` and press kbd:[Enter] to exit the Pulsar shell.
759
+
Type `exit` and press kbd:[Enter] to exit the {pulsar-short} shell.
760
760
761
761
The first time you use the `astra streaming pulsar-shell` commands, the {product} downloads and installs the `pulsar-shell` utility to the {product} installation directory (`~/.astra/lunastreaming-shell-*`).
762
762
@@ -825,7 +825,7 @@ OPTIONS
825
825
----
826
826
====
827
827
828
-
Use the `-e`/`--execute` option to execute a Pulsar shell command:
828
+
Use the `-e`/`--execute` option to execute a {pulsar-short} shell command:
// TODO: Add sample.txt content and the output of the command.
845
845
846
-
=== Pulsar shell example
846
+
=== {pulsar-short} shell example
847
847
848
-
The following procedure shows an example of how to use the {product}'s built-in Pulsar shell support to write and read in a topic with a client:
848
+
The following procedure shows an example of how to use the {product}'s built-in {pulsar-short} shell support to write and read in a topic with a client:
. In two separate terminals, run the following command to start the Pulsar shell in each terminal:
867
+
. In two separate terminals, run the following command to start the {pulsar-short} shell in each terminal:
868
868
+
869
869
[source,bash]
870
870
----
@@ -1033,7 +1033,7 @@ OPTIONS
1033
1033
1034
1034
== Create environment variables
1035
1035
1036
-
When developing applications with {astra-stream} APIs, you will notice common values that are frequently reused, such as Pulsar tokens, broker URLs, and web service URLs.
1036
+
When developing applications with {astra-stream} APIs, you will notice common values that are frequently reused, such as {pulsar-short} tokens, broker URLs, and web service URLs.
1037
1037
It's a good practice to store these values in environment variables to facilitate reuse in your scripts, simplify token rotation, and increase security by keeping sensitive information separate from your core application code.
1038
1038
1039
1039
The {product} can automatically generate a set of relevant variables for an {astra-stream} tenant that you can use in your applications.
Copy file name to clipboardExpand all lines: in-progress/dsbulk.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
= Run DataStax Bulk Loader (DSBulk) commands
2
-
:navtitle: DSBulk quickstart
1
+
= Run {dsbulk} commands
2
+
:navtitle: {dsbulk-short} quickstart
3
3
4
-
xref:dsbulk:overview:dsbulk-about.adoc[DataStax Bulk Loader (DSBulk)] is a utility that you can use to load, unload, and count data in your database tables.
5
-
The {product} provides embedded DSBulk support by downloading, installing, configuring, and wrapping the `dsbulk` utility.
4
+
xref:dsbulk:overview:dsbulk-about.adoc[{dsbulk}] is a utility that you can use to load, unload, and count data in your database tables.
5
+
The {product} provides embedded {dsbulk-short} support by downloading, installing, configuring, and wrapping the `dsbulk` utility.
6
6
7
-
The {product} exposes DSBulk functionality through the following commands:
7
+
The {product} exposes {dsbulk-short} functionality through the following commands:
8
8
9
9
* `xref:commands:astra-db-dsbulk-load.adoc[]`
10
10
* `xref:commands:astra-db-dsbulk-unload.adoc[]`
@@ -147,9 +147,9 @@ To resume the current operation, re-run it with the same settings, and add the f
147
147
----
148
148
====
149
149
150
-
== Complete DSBulk example
150
+
== Complete {dsbulk-short} example
151
151
152
-
The following end-to-end example shows how to use the {product}'s built-in DSBulk support to load data into a database, get information about the data, and unload the data into CSV files:
152
+
The following end-to-end example shows how to use the {product}'s built-in {dsbulk-short} support to load data into a database, get information about the data, and unload the data into CSV files:
Copy file name to clipboardExpand all lines: in-progress/managing.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2774,9 +2774,9 @@ OPTIONS
2774
2774
====
2775
2775
2776
2776
[#cqlsh]
2777
-
== Use cqlsh
2777
+
== Use `cqlsh`
2778
2778
2779
-
`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.
2779
+
`cqlsh` is an interface that you can use to issue xref:astra@cql:ROOT:index.adoc[{cql}] commands to your database.
2780
2780
The {product} provides built-in `cqlsh` support by downloading, installing, configuring, and wrapping the `cqlsh` utility.
2781
2781
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].
The xref:dsbulk:overview:dsbulk-about.adoc[DataStax Bulk Loader (DSBulk)] lets you load, unload, and count data in your database tables.
3027
-
The {product} provides built-in DSBulk support by downloading, installing, configuring, and wrapping the `dsbulk` utility.
3026
+
The xref:dsbulk:overview:dsbulk-about.adoc[{dsbulk}] lets you load, unload, and count data in your database tables.
3027
+
The {product} provides built-in {dsbulk-short} support by downloading, installing, configuring, and wrapping the `dsbulk` utility.
3028
3028
3029
-
The {product} exposes DSBulk functionality through the `astra db load`, `astra db unload`, and `astra db count` commands.
3029
+
The {product} exposes {dsbulk-short} functionality through the `astra db load`, `astra db unload`, and `astra db count` commands.
3030
3030
3031
3031
The first time you run `astra db load`, `astra db unload`, or `astra db count` commands, the {product} downloads and installs the `dsbulk` utility to the {product} installation directory (`~/.astra/dsbulk-*`).
3032
3032
The {product} also downloads the {scb} for each database you connect to and stores the {scb-short} zip files in the `~/.astra/scb` directory.
@@ -3462,9 +3462,9 @@ OPTIONS
3462
3462
----
3463
3463
====
3464
3464
3465
-
=== Complete DSBulk example
3465
+
=== Complete {dsbulk-short} example
3466
3466
3467
-
The following end-to-end example shows how to use the {product}'s built-in DSBulk support to load data into a database, get information about the data, and unload the data into CSV files:
3467
+
The following end-to-end example shows how to use the {product}'s built-in {dsbulk-short} support to load data into a database, get information about the data, and unload the data into CSV files:
Copy file name to clipboardExpand all lines: modules/ROOT/pages/manage-cli.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -563,7 +563,7 @@ The {product} home folder contains the following items:
563
563
* Cache files for <<command-auto-completion,command auto-completion>>
564
564
* Logs
565
565
566
-
For more information about `ASTRA_HOME`, see the https://github.com/datastax/astra-cli?tab=readme-ov-file#home-folder-location[{product} README].
566
+
For more information about `ASTRA_HOME`, see the {product-repo}?tab=readme-ov-file#home-folder-location[{product} README].
567
567
568
568
|`.astrarc`
569
569
a|The {product} configuration file.
@@ -576,7 +576,7 @@ _Default location_:
576
576
577
577
The {product} uses this file to store your <<manage-configuration-profiles,configuration profiles>> and their associated application tokens.
578
578
579
-
For more information about the {product} configuration file, see the https://github.com/datastax/astra-cli?tab=readme-ov-file#astrarc-location[{product} README].
579
+
For more information about the {product} configuration file, see the {product-repo}?tab=readme-ov-file#astrarc-location[{product} README].
Copy file name to clipboardExpand all lines: modules/quickstarts/pages/cqlsh.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
= Issue CQL commands with cqlsh in the {product}
1
+
= Issue CQL commands with {cql-shell} in the {product}
2
2
:navtitle: CQL quickstart
3
3
4
-
The {cass-short} Query Language 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.
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
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
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].
0 commit comments