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

**Describe the bug** When trying to create a DB with incompatible cloud/region, error is: ``` [INFO] You are using a non-production environment 'TEST' REGION OK [ERROR] Region 'us-east-1' is valid...

ready_for_release

The Http only nature of Data API allows some commands with the cli. ``` astra db clear-collection --collection astra db count-documents --collection astra db describe-collection --collection astra db backup-collection --collection...

enhancement
new feature

The command `astra db describe` - should mentioned it is a vector table - could show the collections

enhancement

Implementation of the authentication flows with `astra login` opening a UI

on hold

Astra CLI can create collection but we need new options to be provided: | Field | description | |:------ |----------| | `keyspace` | Keyspace, if not provided defaulting to `default_keyspace`...

ready_for_release

**Describe the bug** Astra CLI v0.5 The following commands can only work with DB ids but not valid DB name: - get - describe - create-keyspace - list-keyspaces - There...

documentation

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

dependencies
java

Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.3 to 2.17.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.datatype:jackson-datatype-jsr310&package-manager=maven&previous-version=2.15.3&new-version=2.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [com.datastax.astra:astra-db-client](https://github.com/datastax/astra-sdk-java) from 0.7.3 to 1.2.7. Release notes Sourced from com.datastax.astra:astra-db-client's releases. Data API Release Provide fully asynchronous methods Rename distance to metric everywhere Set cosine metric a default Fixing...

dependencies
java

- load a document ``` astra db load-doc --collection --doc --llm openai ``` - semantic search ``` astra db find-vector --collection --sentence ``` - Search ``` astra db find --collection...