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

[Feature]- Add more functions at collection level

Open clun opened this issue 1 year ago • 0 comments

The Http only nature of Data API allows some commands with the cli.

astra db clear-collection <db> --collection <collection>
astra db count-documents <db> --collection <collection>
astra db describe-collection <db> --collection <collection>
astra db backup-collection <db> --collection <collection>  --file <file>
astra db restore-collection <db> --collection <collection>  --file <file>

clun avatar Feb 15 '24 11:02 clun