|
@@ -20,8 +20,7 @@ class DockerInventory extends Command
|
|
->setName('docker:inventory')
|
|
->setName('docker:inventory')
|
|
->setDescription('Get a ansible inventory based on the running container and the docker .')
|
|
->setDescription('Get a ansible inventory based on the running container and the docker .')
|
|
->setHelp('...')
|
|
->setHelp('...')
|
|
- ->addArgument('dir', InputArgument::REQUIRED, 'The dir where the docker-composer.yml files is located.')
|
|
|
|
- ->addOption('run-docker', null, InputOption::VALUE_REQUIRED, 'Lift up docker.', false);
|
|
|
|
|
|
+ ->addArgument('dir', InputArgument::REQUIRED, 'The dir where the docker-composer.yml files is located.');
|
|
}
|
|
}
|
|
|
|
|
|
protected function execute(InputInterface $input, OutputInterface $output)
|
|
protected function execute(InputInterface $input, OutputInterface $output)
|