|
1 | 1 | = {astra-cli} overview |
2 | 2 | :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. |
4 | 3 |
|
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. |
6 | 5 |
|
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: |
11 | 7 |
|
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 |
14 | 12 |
|
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] |
16 | 14 |
|
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