mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Add nomulus command for deleting AllocationTokens
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=214459480
This commit is contained in:
parent
9faf7181c3
commit
49e14387e7
4 changed files with 250 additions and 2 deletions
|
@ -43,13 +43,13 @@ import javax.inject.Inject;
|
|||
import javax.inject.Named;
|
||||
|
||||
/** Command to generate and persist {@link AllocationToken}s. */
|
||||
@NonFinalForTesting
|
||||
@Parameters(
|
||||
separators = " =",
|
||||
commandDescription =
|
||||
"Generates and persists the given number of AllocationTokens, printing each token to stdout."
|
||||
)
|
||||
public class GenerateAllocationTokensCommand implements CommandWithRemoteApi {
|
||||
@NonFinalForTesting
|
||||
class GenerateAllocationTokensCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
names = {"-p", "--prefix"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue