Skip to content

Commit ae6776f

Browse files
DOC-4592: Astra CLI version 0.6 (#18)
* Update attributes * Initial updates to landing page * Update installation page * Relocate icons * More installation updates * Clean up landing page * Add more installation methods * More installation fine-tuning * Update getting-started * Minor tweaks * Remove remote includes * Switch to versionless component * Rewrite getting-started * Start reformatting managing.adoc * More updates * Minor updates to getting-started * Minor fix to streaming dotenv command * More updates to managing * Revert version change to try and fix preview build * Go back to versionless * Move cli config info to getting-started * Minor update to roles section title * Another small fix to managing * Remove TOC from managing * Add next steps to getting-started * Update local preview; add icon and svg macros * Minor fixes to db topic * Draft changes to streaming topic * Move CDC instructions to DB page * More CDC cleanup * Add administration page * More commands and refinement * Multi-region commands and more refinement * Refine * More streaming commands and refinement * Change full options blocks to collapsibles * Small alignments * Change DB name to DB ID * Version 0.6 * Curl to curl * Minor installation updates * Update db manage * Add new db commands * Add remaining commands * Minor IA updates * Incorporate feedback * Add GH release shield Co-authored-by: Madhavan <msmygit@users.noreply.github.com> * DOC-4703: Update download-scb command * Minor word change --------- Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
1 parent 6c0d5cd commit ae6776f

35 files changed

+155779
-1239
lines changed

docs-src/astra-cli-core/antora.yml

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
name: 'astra-cli'
22
title: 'Astra CLI'
3-
version: '0.2'
3+
version: ~
44
start_page: 'index.adoc'
55

66
nav:
77
- modules/ROOT/nav.adoc
8+
9+
asciidoc:
10+
attributes:
11+
product: 'Astra CLI'
12+
product-version: '0.6'
13+
astra: 'Astra'
14+
db-serverless: 'Serverless (Non-Vector)'
15+
db-serverless-vector: 'Serverless (Vector)'
16+
db-classic: 'Classic'
17+
astra-api: 'Data API'
18+
url-astra: 'https://astra.datastax.com'
19+
link-astra-portal: '{url-astra}[{astra_ui}^]'
20+
py-client-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$python-client/astrapy'
21+
ts-client-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$typescript-client'
22+
java-client-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$java-client'
23+
cass-short: 'Cassandra'
24+
scb-long: Secure Connect Bundle (SCB)
25+
scb-cap: Secure Connect Bundle
26+
scb: SCB

docs-src/astra-cli-core/modules/ROOT/attachments/cities.csv

+148,267
Large diffs are not rendered by default.
Loading

docs-src/astra-cli-core/modules/ROOT/nav.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
* xref:getting-started.adoc[]
33
* xref:managing.adoc[]
44
* xref:astra-streaming-cli.adoc[]
5+
* xref:administration.adoc[]
6+
* https://github.com/datastax/astra-cli[GitHub repo]
7+
* https://github.com/datastax/astra-cli/releases[Release notes]

0 commit comments

Comments
 (0)