@letanure/resend-cli
Version:
A command-line interface for Resend email API
12 lines • 350 B
JavaScript
export const fields = [
{
name: 'api_key_id',
label: 'API Key ID',
type: 'input-with-selector',
placeholder: 'Enter the API key ID to delete',
helpText: 'The unique identifier of the API key to remove',
cliFlag: 'api-key-id',
cliShortFlag: '-i',
},
];
//# sourceMappingURL=fields.js.map