tool · inferred from evidence
astra-cli
A command-line interface tool for interacting with Astra databases.
- Astra CLI: astra setup crashes with "UnsatisfiedLinkError: jdk.internal.io.JdkConsoleImpl.echo(Z)Z"
The crash happens when astra setup tries to read the token interactively from the console, so bypass the prompt entirely: run astra setup --token YOUR_TOKEN instead. The reporter confirmed this completes setup successfully. Starting with 0.
- Astra CLI: NullPointerException ("keyspaces" is null) on astra db cqlsh
The CLI did not handle a null keyspace set returned by the DevOps API. The maintainer confirmed the bug and shipped a fast-fix in v1.0.2, so upgrade with brew upgrade datastax/astra-cli/astra-cli (or download the latest release). If you sti