Skip to content

Commit 6027323

Browse files
DOC-5441: Update Astra CLI references for v1 release (#155)
* Reapply "Update Astra CLI references" This reverts commit 411e26d. * Fix xref errors
1 parent 411e26d commit 6027323

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed
Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
11
= {astra-cli} overview
22
:navtitle: {astra-cli}
3-
:description: {astra-cli} provides a one-stop shop for managing your Astra resources through scripts or commands in your local terminal.
43

5-
The {product-short} Command-Line Interface ({astra-cli}) is a set of commands you can use to create and manage {product-short} and {product} resources:
4+
The xref:astra-cli:ROOT:index.adoc[{astra-cli}] is a command-line interface that lets you create and manage {astra-db} and {astra-stream} resources from your terminal.
65

7-
* Creation and management of {astra-db} databases, {astra_stream} tenants, and their associated artifacts.
8-
* Querying and data loading.
9-
* Organization and user management.
10-
* Security and token configuration.
6+
For example:
117

12-
{astra-cli} commands are available for {product-short} and {astra_stream}.
13-
They're designed to get you working quickly, with an emphasis on automation.
8+
* Create and manage {astra-db} databases, {astra-stream} tenants, and their associated artifacts
9+
* Query and insert data
10+
* Manage organizations and users
11+
* Issue CQL statements and Pulsar commands using built-in `cqlsh` and Pulsar shell utilities
1412
15-
For example, the following command creates an {pulsar-reg} tenant:
13+
For more information and commands, see the xref:astra-cli:ROOT:index.adoc[{astra-cli} documentation]
1614

17-
[source,bash,subs="+quotes"]
18-
----
19-
astra streaming create **TENANT_NAME** \
20-
--cloud **CLOUD_PROVIDER** --region **REGION_NAME** \
21-
--plan **PLAN_TYPE** --namespace **TENANT_INITIAL_NAMESPACE_NAME**
22-
----
23-
24-
You can use {astra-cli} instead of or in addition to the {astra-ui} and {product-short} APIs.
25-
26-
For more information, see the xref:astra-cli:ROOT:index.adoc[{astra-cli} documentation].
15+
You can use {astra-cli} in addition to other connection methods.

0 commit comments

Comments
 (0)