pub fn created_api_key_table(key: &CreateApiKeyResponse) -> TableExpand description
Render a freshly created API key, including its one-time raw secret.
This is the only place the raw key is ever rendered: the API returns it once at creation and never again, so withholding it would make the command useless.