Loading src/Command/StatusCommand.php +13 −8 Original line number Diff line number Diff line Loading @@ -62,7 +62,8 @@ class StatusCommand extends Command $this->context->showServices($this->io); } else { $headers = ['Provision CLI Configuration']; if ($this->output->isVerbose()) { $headers = ['Provision Console Configuration']; $rows = []; $config = $this->getProvision()->getConfig()->toArray(); unset($config['options']); Loading @@ -70,6 +71,10 @@ class StatusCommand extends Command $rows[] = [$key, $value]; } $this->io->table($headers, $rows); $this->getProvision()->getLogger()->info('You can modify your console configuration using the file {path}', [ 'path ' => $this->getProvision()->getConfig()->get('console_config_path'), ]); } // Lookup all contexts $tables = []; Loading Loading
src/Command/StatusCommand.php +13 −8 Original line number Diff line number Diff line Loading @@ -62,7 +62,8 @@ class StatusCommand extends Command $this->context->showServices($this->io); } else { $headers = ['Provision CLI Configuration']; if ($this->output->isVerbose()) { $headers = ['Provision Console Configuration']; $rows = []; $config = $this->getProvision()->getConfig()->toArray(); unset($config['options']); Loading @@ -70,6 +71,10 @@ class StatusCommand extends Command $rows[] = [$key, $value]; } $this->io->table($headers, $rows); $this->getProvision()->getLogger()->info('You can modify your console configuration using the file {path}', [ 'path ' => $this->getProvision()->getConfig()->get('console_config_path'), ]); } // Lookup all contexts $tables = []; Loading