Jan Kiesewetter

Results 66 comments of Jan Kiesewetter

I have some code for this to contribute. You'll get a pull request later.

I would leave it open to implement a per news (no)index and (no)follow setting.

In the title you write cli argument and in the message environment variables.

What about multi app deployments? All the same branch? I would prefer to not add this feature with cli arguments as you can achieve the same with ``` BRANCH=master surf...

Database migration, upgrade wizards,...

@simonschaufi Sorry, but this is not true. @chrosey You can add options to a node which are merged with other options: https://github.com/TYPO3/Surf/blob/6f532c809cafb46e045687bf974ab6ede1951565/src/Domain/Service/TaskManager.php#L91 Then you must not configure the same option...

@chrosey You set the option wrong. setOption only accepts one option with one value. So it would be: ```php $node->setOption( \TYPO3\Surf\Task\Php\WebOpcacheResetExecuteTask::class . '[scriptIdentifier]', 'erase-all-humans' ); ```

The option key for a global task option is always `fullQualifiedClassName[optionName]`

No, I guess there is no dokumentation how options can be set and how they are merged/overridden to the final result.

What if the target is/should be a file?