Releases: datastax-labs/astra-cli
Releases · datastax-labs/astra-cli
v0.3.3
v0.3.2
Changelog
b188898 Error message cleanup (#12)
26d0002 Update README.md
d9c57ce added tests around multiple parts
ed5e803 adding back coveralls
4aabc64 adding code coverage (#10)
1913014 commiting code coverage
29d5bfb fixed comments and typos in errors
60498ef increase code coverage substantially (#11)
57e7df5 missing test files on previous commit
32afd9a switch to covermode atomic for everything else
4b67dde trying goveralls
981be31 updating code coverage to be accurate
v0.3.1
v0.3.0 improved help and secure bundle command
- updated help to be more consistent fixing several bugs in the process
- updated docs to match
- have a
astra-cli db secBundle
v0.2.1 account fix
- v0.2.0 added support for logging in with a token, unfortunately, if you tried to login as service account it would go to the token file and never actually work. This now works and goes to the correct file
v0.2.0: auth token login support
- running
./bin/astra-cli login -token
will save your token to disk and use that preferentially - makes use of the latest release of the serverless API
v0.1.3: better help formatting
new help formatting
v0.1.2: login fix
- directory created with log was the incorrect permission, changed to 0700
v0.1.1 Pre Serverless GA - Alpha
- basic support for astra pre serverless GA
- testing has been manual and limited so use with caution but I have ran through all the commands
v0.1.0 - do not use
- known issues after refactoring that have been fixed in v0.1.1 use that instead