Skip to content

Commit 9c58dcb

Browse files
authored
Update README.MD
1 parent 0beca57 commit 9c58dcb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

astra-shell/README.MD

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ astra config default <your_email>
147147
```
148148

149149
- Check the modification
150-
-
150+
151151
```
152152
astra config list
153153
```
@@ -216,10 +216,18 @@ astra db list -o json
216216
astra db list -o csv
217217
```
218218

219-
#### ✅ Step 3.5 Error Code
219+
#### ✅ Step 3.5 Troubleshooting
220220

221221
The return type is also important to check the errors. O mean everything is OK
222222

223+
- Any command can be execute as `verbose` addin `-v`
224+
225+
```
226+
astra db list -v
227+
```
228+
229+
Return codes are carefully designed to ease their usage later:
230+
223231
- Execute command with error
224232
```
225233
astra db get i_do_not_exist -v

0 commit comments

Comments
 (0)