We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beca57 commit 9c58dcbCopy full SHA for 9c58dcb
astra-shell/README.MD
@@ -147,7 +147,7 @@ astra config default <your_email>
147
```
148
149
- Check the modification
150
--
+
151
152
astra config list
153
@@ -216,10 +216,18 @@ astra db list -o json
216
astra db list -o csv
217
218
219
-#### ✅ Step 3.5 Error Code
+#### ✅ Step 3.5 Troubleshooting
220
221
The return type is also important to check the errors. O mean everything is OK
222
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
231
- Execute command with error
232
233
astra db get i_do_not_exist -v
0 commit comments