Skip to content

Commit 0ca0a82

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

astra-shell/README.MD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,15 @@ The first execution is expected to be slow we are downloading cqlsh if not prese
294294
astra db cqlsh demo -v
295295
```
296296

297-
- Quit the `cqlshell` not forgetting the `;`
297+
- Run a cql command
298298

299+
```sql
300+
describe keyspace demo;
299301
```
302+
303+
- Quit the `cqlshell` not forgetting the `;`
304+
305+
```sql
300306
quit;
301307
```
302308

0 commit comments

Comments
 (0)