Skip to content
Snippets Groups Projects
Commit 9581ed1e authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3448429: Add varbase:composer:cleanup:patches drush command to clean up...

Issue #3448429: Add varbase:composer:cleanup:patches drush command to clean up composer.json from any merge request patchs
parent 7a8a94c0
Branches
Tags
1 merge request!51Fix phpcs issues
......@@ -189,7 +189,7 @@ final class VarbaseCoreCommands extends DrushCommands {
* Detect any merge request patch and download it to the local patches folder with a timestamp date and update patches-file json file to use the timestamped local patch file.
*/
#[CLI\Command(name: 'varbase:composer:cleanup:patches-file', aliases: ['var-ccupf'])]
#[CLI\Usage(name: 'varbase:composer:cleanup:patches-file', description: 'Detect any merge request patch and download it to local and update patches-file.')]
#[CLI\Usage(name: 'varbase:composer:cleanup:patches-file', description: 'Detect any merge request patch and download it to the local patches folder with a timestamp date and update patches-file json file to use the timestamped local patch file.')]
public function mergeRequestPatchesFileCleanup() {
$root_directory = $this->getConfig()->get('runtime.project');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment