Skip to content

Commit

Permalink
Deprecate satis:update command
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-sommer committed Sep 29, 2017
1 parent 40e13e2 commit a804ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Plugin/Satis/Command/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ protected function configure()
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$output->writeln(array('<comment>WARNING:</comment> The satis:update command is deprecated. It does not do anything functional but remains for backwards compatibility.', ''));

$configHelper = $this->container->get('packages.plugin.satis.config_helper');
$configFile = $configHelper->generateConfiguration();
$skipErrors = (bool) $input->getOption('skip-errors');
Expand Down

0 comments on commit a804ac7

Please sign in to comment.