toptobes
toptobes
- [ ] Format dates for `-o human|csv` in a more readable format - [ ] Sort entries by recently created - [ ] Add `description` and `expirationDate` for `-o...
To help declutter the database subcommands, the follow commands could live under a single `db regions` subcommand: ``` list-regions-classic List all available regions for classic Astra DB databases list-regions-serverless List...
To help declutter the database subcommands, the follow commands could live under a single `db endpoints` subcommand: ``` get-endpoint-swagger Get the SwaggerUI endpoint for the specified database get-endpoint-api Get the...
E.g. `--no-spinner`, `--no-input`, `-q/V`, anything else? Color can already be controlled through env vars at least TODO: Is it better to 1. Have different env vars for each flag, or...
``` $> astra db get fe9346ea-f3de-46f6-8e54-05a04693b2b3 ┌──────────────────┬──────────────────────────────────────┐ │ Attribute │ Value │ ├──────────────────┼──────────────────────────────────────┤ │ Name │ test_database_nw_prod │ │ ID │ fe9346ea-f3de-46f6-8e54-05a04693b2b3 │ │ Cloud Provider │ AWS │ │...
- [x] Resolves #254 - [ ] Resolves #255 - [x] Resolves #256 - [x] Resolves #258 - [x] Updates installation script to: - [x] Verify archive checksum - [x]...
For example, letting CQLSH do its own thing, if a DB is hibernated, cqlsh returns a "401 Unauthorized" which is just plain misleading. Instead, the CLI should verify the state...
It may be better to create a new `hcd` CLI which shares the same internal core as `astra`?
This includes for things like downloading SCBs
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...