File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Astra Shell is a standalone command line interface proposing functions to operate the Datastax Astra platform.
6
6
7
- ## A. Installation
7
+ ## 📋 Table of content
8
8
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
10
20
11
21
On your machine you will need :
12
22
- A bash shell
@@ -17,26 +27,28 @@ You will also need to:
17
27
- [ Create an Astra account] ( https://astra.datastax.com )
18
28
- [ Create an authentication token] ( https://dtsx.io/create-astra-token )
19
29
20
- ### Installation
30
+ ### 1.2 - Installation
21
31
22
32
```
23
33
curl -Ls "https://dtsx.io/get-astra-cli" | bash
24
34
```
25
35
26
- ### Setup
36
+ ### 1.3 - Setup
37
+
38
+ #### ✅ Step 1.3.a. Execute ` startup ` command
27
39
28
- - 1/3 - Execute the following
29
40
```
30
41
astra setup
31
42
```
32
43
33
- - 2/3 When asked provides a token of your choice:
44
+ #### ✅ Step 1.3.b. Provide a token of your choice when needed
34
45
35
46
```
36
- • Enter your token (AstraCS...) :
47
+ Enter your token (AstraCS...) :
37
48
AstraCS:.......
38
49
```
39
- - 3/3 Open a new TAB to finalize install
50
+
51
+ #### ✅ Step 1.3.b. Open a ` new ` shell to finalize install
40
52
41
53
```
42
54
astra --version
You can’t perform that action at this time.
0 commit comments