Created ListTagsCommand

This commit is contained in:
Alejandro Celaya
2017-07-08 13:17:46 +02:00
parent caf4fa7fdd
commit 1ba7fc81ac
4 changed files with 72 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ return [
Command\Api\GenerateKeyCommand::class,
Command\Api\DisableKeyCommand::class,
Command\Api\ListKeysCommand::class,
Command\Tag\ListTagsCommand::class,
]
],

View File

@@ -21,6 +21,7 @@ return [
Command\Api\GenerateKeyCommand::class => AnnotatedFactory::class,
Command\Api\DisableKeyCommand::class => AnnotatedFactory::class,
Command\Api\ListKeysCommand::class => AnnotatedFactory::class,
Command\Tag\ListTagsCommand::class => AnnotatedFactory::class,
],
],