StackFormation\Command\Stack\DiffCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('stack:diff')->setDescription('Compare a stack\'s template and input parameters with its blueprint');
    }