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