Platformsh\Cli\Command\Environment\EnvironmentSetRemoteCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('environment:set-remote')->setDescription('Set the remote environment to map to a branch')->addArgument('environment', InputArgument::REQUIRED, 'The environment machine name. Set to 0 to remove the mapping for a branch')->addArgument('branch', InputArgument::OPTIONAL, 'The Git branch to map (defaults to the current branch)');
        $this->addExample('Set the remote environment for this branch to "pr-655"', 'pr-655');
    }
EnvironmentSetRemoteCommand