Skip to content

Commit 7a8b211

Browse files
committed
more commands
1 parent e8dd5f8 commit 7a8b211

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

astra-shell/README.MD

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@
44

55
Astra Shell is a standalone command line interface proposing functions to operate the Datastax Astra platform.
66

7-
## A. Installation
7+
## 📋 Table of content
88

9-
### Prequisites
9+
<img src="https://github.com/datastax/astra-sdk-java/blob/main/docs/img/astra-shell.png?raw=true" align="right" width="400px"/>
10+
11+
1. [Installation](#1-objectives)
12+
2. [Working with Configuration](#2-acknowledgements)
13+
3. [Working with Databases](#3-frequently-asked-questions)
14+
4. [Working with users](#4-materials-for-the-session)
15+
5. [Working with roles](#5-create-astra-db-instance)
16+
17+
## 1. Installation
18+
19+
### 1.1 - Prequisites
1020

1121
On your machine you will need :
1222
- A bash shell
@@ -17,26 +27,28 @@ You will also need to:
1727
- [Create an Astra account](https://astra.datastax.com)
1828
- [Create an authentication token](https://dtsx.io/create-astra-token)
1929

20-
### Installation
30+
### 1.2 - Installation
2131

2232
```
2333
curl -Ls "https://dtsx.io/get-astra-cli" | bash
2434
```
2535

26-
### Setup
36+
### 1.3 - Setup
37+
38+
#### ✅ Step 1.3.a. Execute `startup` command
2739

28-
- 1/3 - Execute the following
2940
```
3041
astra setup
3142
```
3243

33-
- 2/3 When asked provides a token of your choice:
44+
#### ✅ Step 1.3.b. Provide a token of your choice when needed
3445

3546
```
36-
Enter your token (AstraCS...) :
47+
Enter your token (AstraCS...) :
3748
AstraCS:.......
3849
```
39-
- 3/3 Open a new TAB to finalize install
50+
51+
#### ✅ Step 1.3.b. Open a `new` shell to finalize install
4052

4153
```
4254
astra --version

docs/img/astra-shell.png

135 KB
Loading

0 commit comments

Comments
 (0)