astra-cli icon indicating copy to clipboard operation
astra-cli copied to clipboard

Command Line Interface for DataStax Astra

Results 52 astra-cli issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently, it is not possible to configure `astra-cli` to connect to Astra DB clusters through an HTTP/s proxy. **Describe the...

**Describe the bug** Use astra-cli to connect to astra. **To Reproduce** 1. `brew install datastax/astra-cli/astra-cli` 2. `astra setup` and observe: ``` $ astra setup _____ __ / _ \ _______/...

ready_for_release

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 Commits...

dependencies
java

Bumps `airline.version` from 2.9.0 to 3.0.0. Updates `com.github.rvesse:airline` from 2.9.0 to 3.0.0 Release notes Sourced from com.github.rvesse:airline's releases. 3.0.0 is a major release Breaking Changes Java 11 is now the...

dependencies
java

When trying to access the CQLSH for Ad4d we got an exception HTTP ENTITY => Improve the error message => Evaluate what is blocking and fix.

**Describe the bug** I've used the token from the new UI which is not able to describe all the DBs. >astra db describe test [ERROR] INTERNAL_ERROR: Error in HTTP Request:...

**Describe the bug** Attempting to access an astra database via cqlsh, via the astra-cli, fails with an error message, and doesn't start the session. **To Reproduce** Steps to reproduce the...

- Clone a keyspace (In same organization) ``` astra migration copy-keyspace --source-database mydb \ --source-keyspace ks1 \ --destination-database mydb2 \ --destination-keyspace ks1 ``` - Clone a DB (In same organization)...

new feature
on hold

- Restore a backup (both Astra and database) ``` astra db restore mydb \ -d,--dest ./tmp ```

new feature
on hold

Before allowing to clone databases from the user interface it could be valuable for users to clone DB with backup/restore mechanism - Backup an Astra Database ``` astra db backup...

new feature
on hold