Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

require __DIR__.'/vendor/autoload.php';

use Keboola\Console\Command\ChangeProjectLimit;
use Keboola\Console\Command\DeleteGoodDataProjects;
use Keboola\Console\Command\MassDedup;
use Keboola\Console\Command\MassProjectExtendExpiration;
Expand Down Expand Up @@ -33,4 +34,5 @@
$application->add(new MigrateFiles());
$application->add(new MassProjectExtendExpiration());
$application->add(new DeleteGoodDataProjects());
$application->add(new ChangeProjectLimit());
$application->run();
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "keboola/cli-utils",
"require": {
"ext-json": "*",
"symfony/console": "^3.1",
"keboola/storage-api-client": "^11",
"keboola/kbc-manage-api-php-client": "^1.14",
Expand Down
Loading