efa auth execution
Deletes or displays the authorization execution logs.
Syntax
Deletes execution entries that are older than the specified number of days (default 30).
Shows a list of executions.
Parameters
- --id string
- Filters the executions based on execution
id. The
limit
andstatus
flags are ignored when theid
flag is specified. - --limit int32
- Limits the number of executions to be
listed. The value
0
lists all the executions. Default is 10. - --status string
- Filters the executions based on the status (failed/succeeded/all). Default is all.
Examples
This example deletes entries older than 15 days.
efa auth execution delete 15