https://github.com/datastax/astra-cli
Command Line Interface for DataStax Astra
https://github.com/datastax/astra-cli
astra astradb cli datastax-astra
Last synced: about 1 month ago
JSON representation
Command Line Interface for DataStax Astra
- Host: GitHub
- URL: https://github.com/datastax/astra-cli
- Owner: datastax
- License: apache-2.0
- Created: 2022-08-22T12:37:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T21:32:07.000Z (3 months ago)
- Last Synced: 2025-04-05T17:51:11.556Z (about 2 months ago)
- Topics: astra, astradb, cli, datastax-astra
- Language: Java
- Homepage: https://awesome-astra.github.io/docs/pages/astra/astra-cli/
- Size: 154 MB
- Stars: 34
- Watchers: 5
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: README.MD
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Astra CLI
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)
[](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)
[](https://sonarcloud.io/summary/overall?id=clun_astra-cli)
[](https://sonarcloud.io/summary/overall?id=clun_astra-cli)
[](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)[](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)
[](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)
Astra CLI provides a command line interface in a terminal to operate DataStax Astra. The goal is to offer access to any feature without accessing the user interface.
> The component was made generally available in 2022. See [this blog](https://www.datastax.com/blog/introducing-cassandra-astra-cli) for more details or refer to the [Releases](https://github.com/datastax/astra-cli/releases) section.
## Getting started
The extensive documentation will be provided in [Awesome Astra](https://awesome-astra.github.io/docs/pages/astra/astra-cli/)
### QuickStart
- Install the CLI with
```bash
curl -Ls "https://dtsx.io/get-astra-cli" | bash
```- Open a new terminal to enable the autocompletion and add Astra in the path.
- Enter your token
```
astra setup
```- You are good to go
```
astra db list
```---