Skip to content

Commit 870c125

Browse files
committed
cleanup-as-page
1 parent 9876ee6 commit 870c125

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

docs-src/astra-cli-core/modules/ROOT/pages/astra-streaming-cli.adoc

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Use the following {astra_cli} commands to manage your {astra_stream} operations.
44

55
From the command line in a Terminal, the supported tasks include:
66

7-
* <<Create a tenant>>
7+
* <<List regions>>
88
* <<List tenants>>
9+
* <<Create a tenant>>
910
* <<Get tenant details>>
1011
* <<Delete a tenant>>
1112
* <<Use Pulsar-Shell>>
12-
* <<Use Pulsar-Client and Admin>>
13-
* <<List regions>>
13+
* <<Produce and consume messages>>
1414
* <<Create environment variables>>
1515
1616
[NOTE]
@@ -33,7 +33,6 @@ tenants
3333
== List regions
3434

3535
List available regions for hosting your {astra_stream} tenant.
36-
+
3736
[tabs]
3837
====
3938
Astra CLI::
@@ -72,7 +71,6 @@ Result::
7271
== List tenants
7372

7473
List {astra_stream} tenants.
75-
+
7674
[tabs]
7775
====
7876
Astra CLI::
@@ -103,7 +101,6 @@ Result::
103101
=== List tenants as csv or json
104102

105103
Output tenant list as csv:
106-
+
107104
[tabs]
108105
====
109106
Astra CLI::
@@ -129,7 +126,6 @@ new-tenant-from-cli,aws,useast2,active
129126
====
130127

131128
Output tenant list as json:
132-
+
133129
[tabs]
134130
====
135131
Astra CLI::
@@ -174,7 +170,6 @@ Result::
174170

175171
Create an {astra_stream} tenant. +
176172
If no values are passed in `--cloud`, `--region`, `--plan`, and `--namespace`, the default values for tenant creation are `aws`, `useast2`, `free`, and `default`.
177-
+
178173
[tabs]
179174
====
180175
Astra CLI::
@@ -199,7 +194,6 @@ Result::
199194
== Get tenant details
200195

201196
Get details on your new {astra_stream} tenant.
202-
+
203197
[tabs]
204198
====
205199
Astra CLI::
@@ -238,7 +232,6 @@ Result::
238232
== Delete a tenant
239233

240234
Delete an {astra_stream} tenant.
241-
+
242235
[tabs]
243236
====
244237
Astra CLI::
@@ -262,10 +255,9 @@ Result::
262255

263256
== Use Pulsar-Shell
264257

265-
Pulsar Shell is a standalone shell for managing Apache Pulsar resources. +
266-
It is compatible with Astra, but requires a few extra steps of configuration, which {astra_cli} does for you. +
267-
When called, {astra_cli} downloads, installs, configures, and wraps pulsar-shell, and starts the shell within the selected tenant. +
268-
+
258+
Pulsar Shell is a standalone shell for managing Apache Pulsar resources.
259+
It is compatible with Astra, but requires a few extra steps of configuration, which {astra_cli} does for you.
260+
When called, {astra_cli} downloads, installs, configures, and wraps pulsar-shell, and starts the shell within the selected tenant.
269261
[tabs]
270262
====
271263
Astra CLI::
@@ -304,7 +296,6 @@ default(pulsar-aws-useast2.streaming.datastax.com)>
304296
=== List namespaces
305297

306298
Use Pulsar Shell to list the current namespaces in your {astra_stream} tenant.
307-
+
308299
[tabs]
309300
====
310301
Astra CLI::
@@ -329,7 +320,6 @@ new-tenant-from-cli/default
329320
=== Create and list topics
330321

331322
Use Pulsar Shell to create a topic and list topics in the `/default` namespace.
332-
+
333323
[tabs]
334324
====
335325
Astra CLI::
@@ -352,7 +342,7 @@ persistent://new-tenant-from-cli/default/demo
352342
--
353343
====
354344

355-
=== Produce and consume messages
345+
=== Produce and consume messages
356346

357347
Start a consumer in one tab, a producer in another tab, and send 20 messages.
358348
[tabs]
@@ -391,10 +381,9 @@ key:[null], properties:[], content:hello world
391381
----
392382
--
393383
====
394-
== Create environmental variables
384+
== Create environment variables
395385

396386
Create an {astra_stream} tenant.
397-
+
398387
[tabs]
399388
====
400389
Astra CLI::

0 commit comments

Comments
 (0)