Ejemplo n.º 1
0
 protected function configure()
 {
     parent::configure();
     $this->setName('docs')->setDescription('Open the Platform.sh online documentation')->addArgument('search', InputArgument::IS_ARRAY, 'Search term(s)');
     $this->addExample('Search for information about the CLI', 'CLI');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('environment:url')->setAliases(array('url'))->setDescription('Get the public URL of an environment')->addArgument('path', InputArgument::OPTIONAL, 'A path to append to the URL.');
     $this->addProjectOption()->addEnvironmentOption();
 }
Ejemplo n.º 3
0
 protected function configure()
 {
     parent::configure();
     $this->setName('web')->setDescription('Open the Platform.sh Web UI');
     $this->addProjectOption()->addEnvironmentOption();
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('environment:url')->setAliases(['url'])->setDescription('Get the public URLs of an environment');
     $this->addProjectOption()->addEnvironmentOption();
 }