mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
Add initial command, get values from build.yaml
This commit is contained in:
parent
cc9a65ba96
commit
c476543f5c
4 changed files with 124 additions and 3 deletions
|
@ -1,8 +1,14 @@
|
|||
<?php
|
||||
|
||||
use OliverDaviesLtd\BuildConfiguration\Console\Command\BuildConfigurationCommand;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
$app = new Application();
|
||||
|
||||
$app->addCommands([
|
||||
new BuildConfigurationCommand(),
|
||||
]);
|
||||
|
||||
$app->run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue