Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T03:28:21.000Z (21 days ago)
- Last Synced: 2024-10-24T20:33:50.026Z (20 days ago)
- Topics: astra, astradb, cli, datastax-astra
- Language: Java
- Homepage: https://awesome-astra.github.io/docs/pages/astra/astra-cli/
- Size: 153 MB
- Stars: 33
- Watchers: 6
- Forks: 9
- Open Issues: 18
-
Metadata Files:
- Readme: README.MD
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Astra CLI
[![License Apache2](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0)
![Latest Release](https://img.shields.io/github/v/release/datastax/astra-cli)[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=clun_astra-cli&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=clun_astra-cli&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=clun_astra-cli&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=clun_astra-cli)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=clun_astra-cli&metric=vulnerabilities)](https://sonarcloud.io/summary/overall?id=clun_astra-cli)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=clun_astra-cli&metric=bugs)](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=clun_astra-cli&metric=coverage)](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=clun_astra-cli&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=clun_astra-cli)
![downloads](https://img.shields.io/github/downloads/datastax/astra-cli/total)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
```---