efa rbac execution
 
   
  Displays or deletes the execution logs
		of Auth and RBAC service.
 Syntax
 
	 efa rbac execution show
				[
					--id
					|
					--help
					]
				
			
			efa rbac execution
					delete
				[
					--days int32
					|
					--help
					]
				
			
 
	 Parameters
			 
		
				
					- --day
							int32
					
- Deletes execution entries older than the
						specified days (default 30).
- delete
					
- Deletes execution entries older than the
						specified days.
- --help
					
- Provides help for rbac execution.
- --id
					
- Filters the executions based on execution id. "limit" and "status" flags are
						ignored when "id" flag is given.
- --limit int32
					
- Limits the number of executions to be
						listed. Value "0" will list all the executions. (default 10).
- show
					
- Displays the list of executions.
- --status
					
- Filters the executions based on the status
						(failed/succeeded/all) (default "all").