https://github.com/developer-dao/cloud-cli
Quickly authenticate to D_D Cloud and get api keys / endpoints from your terminal
https://github.com/developer-dao/cloud-cli
Last synced: about 1 month ago
JSON representation
Quickly authenticate to D_D Cloud and get api keys / endpoints from your terminal
- Host: GitHub
- URL: https://github.com/developer-dao/cloud-cli
- Owner: Developer-DAO
- Created: 2025-03-29T02:07:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-19T06:06:39.000Z (6 months ago)
- Last Synced: 2025-12-19T13:48:24.500Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D_D Cloud CLI
Conveniently manage API keys, track service usage, and view account balances all from your terminal**
Usage: dd-cloud <**COMMAND**>
|Commands:| Description |
|:--------------:|:---------------------------------------------------------------:|
|get-api-key | Retrieve one of your API key for D_D Cloud|
|delete-api-key| Delete one of your API keys for D_D Cloud|
|new-api-key| Generate a new API key for D_D Cloud. Max 10|
|track-usage| Returns the number of calls you made this cycle|
|balance| Returns your account balance
|help| Print this message or the help of the given subcommand(s)|
------------------------------------------------------------------------------------
Get API Key has an optional flag called `--unsafe-print` that permits the user to print their API key to stdout. This command flushes stdout before printing the API key, so the output can be piped into other commands.
For more info, try `dd-cloud get-api-key --help`
New API Key has an optional argument invoked by `--secret-manager` or `-s` that allows users to store their newly generated API key directly in a secret storage service such as AWS Secret Manager. More services will be supported in the future.
The only current option for `--secret-manager` or `-s` is `--aws`. For more info, try `dd-cloud new-api-key --help`.