Platformsh\Cli\Command\Environment\EnvironmentCheckoutCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('environment:checkout')->setAliases(['checkout'])->setDescription('Check out an environment')->addArgument('id', InputArgument::OPTIONAL, 'The ID of the environment to check out. For example: "sprint2"');
        $this->addExample('Check out the environment "develop"', 'develop');
    }