You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
18
+
For more info, try `dd-cloud get-api-key --help`
18
19
19
20
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.
20
21
The only current option for `--secret-manager` or `-s` is `--aws`. For more info, try `dd-cloud new-api-key --help`.
0 commit comments