Bugzilla::App::Command::revoke_api_keys - revoke API keys command
Usage: APPLICATION revoke_api_keys [OPTIONS]
mojo revoke_api_keys -a deadbeef
Options:
-h, --help Show this summary of available options
-a, --app-id app_id Match against a specific app_id
-d, --description desc Match against a specific description
Bugzilla::App::Command::revoke_api_keys revokes API keys.
Bugzilla::App::Command::revoke_api_keys inherits all attributes from Mojolicious::Command and implements the following new ones.
my $description = $revoke_api_keys->description;
$revoke_api_keys = $revoke_api_keys->description('Foo');
Short description of this command, used for the command list.
my $usage = $revoke_api_keys->usage;
$revoke_api_keys = $revoke_api_keys->usage('Foo');
Usage information for this command, used for the help screen.
Bugzilla::App::Command::revoke_api_keys inherits all methods from Mojolicious::Command and implements the following new ones.
$revoke_api_keys->run(@ARGV);
Run this command.