Updated installer with support for API key generation

This commit is contained in:
Alejandro Celaya
2022-09-11 13:14:36 +02:00
parent c5eda37bda
commit da3ee6b65e
2 changed files with 4 additions and 1 deletions

View File

@@ -82,6 +82,9 @@ return [
InstallationCommand::GEOLITE_DOWNLOAD_DB->value => [
'command' => 'bin/cli ' . Command\Visit\DownloadGeoLiteDbCommand::NAME,
],
InstallationCommand::API_KEY_GENERATE->value => [
'command' => 'bin/cli ' . Command\Api\GenerateKeyCommand::NAME,
],
],
],