Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-4592: Prepare for version 0.6 #18

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
16 changes: 15 additions & 1 deletion docs-src/astra-cli-core/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
name: 'astra-cli'
title: 'Astra CLI'
version: '0.2'
version: ~
start_page: 'index.adoc'

nav:
- modules/ROOT/nav.adoc

asciidoc:
attributes:
product: 'Astra CLI'
product-version: '0.5'
db-serverless: 'Serverless (Non-Vector)'
db-serverless-vector: 'Serverless (Vector)'
db-classic: 'Classic'
astra-api: 'Data API'
url-astra: 'https://astra.datastax.com'
link-astra-portal: '{url-astra}[{astra_ui}^]'
py-client-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$python-client/astrapy'
ts-client-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$typescript-client'
java-client-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$java-client'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs-src/astra-cli-core/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
* xref:getting-started.adoc[]
* xref:managing.adoc[]
* xref:astra-streaming-cli.adoc[]
* https://github.com/datastax/astra-cli[GitHub repo]
* https://github.com/datastax/astra-cli/releases[Release notes]
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= {astra_stream} with {astra_cli}
= Manage {astra_stream} with the {product}
:navtitle: Manage {astra_stream}

Use the following {astra_cli} commands to manage your {astra_stream} operations.
Use the following {product} commands to manage your {astra_stream} operations.

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

Expand Down Expand Up @@ -256,8 +257,8 @@ Result::
== Use Pulsar-Shell

Pulsar Shell is a standalone shell for managing Apache Pulsar resources.
It is compatible with Astra, but requires a few extra steps of configuration, which {astra_cli} does for you.
When called, {astra_cli} downloads, installs, configures, and wraps pulsar-shell, and starts the shell within the selected tenant.
It is compatible with Astra, but requires a few extra steps of configuration, which {product} does for you.
When called, {product} downloads, installs, configures, and wraps pulsar-shell, and starts the shell within the selected tenant.
[tabs]
====
Astra CLI::
Expand Down Expand Up @@ -406,4 +407,4 @@ Result::
====

== What's next?
Learn how to manage your {astra_db} databases with the {astra_cli}: xref:managing.adoc[].
Learn how to manage your {astra_db} databases with the {product}: xref:managing.adoc[].
Loading