mirror of
https://github.com/google/nomulus
synced 2026-05-25 01:01:57 +00:00
Add a Nomulus command to list Datastore operations
Command would be useful when checking the status of daily backup jobs. Only two modes are supported: list all operations, or list those that started within the past period as specified by command line option. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229239783
This commit is contained in:
@@ -97,6 +97,7 @@ interface RegistryToolComponent {
|
||||
void inject(GhostrydeCommand command);
|
||||
void inject(ImportDatastoreCommand command);
|
||||
void inject(ListCursorsCommand command);
|
||||
void inject(ListDatastoreOperationsCommand command);
|
||||
void inject(LoadSnapshotCommand command);
|
||||
void inject(LockDomainCommand command);
|
||||
void inject(LoginCommand command);
|
||||
|
||||
Reference in New Issue
Block a user