Skip to content

Commit 6e6e63b

Browse files
committed
chore: add new file to CLI.php
1 parent 35f982f commit 6e6e63b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SDK/Language/CLI.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ public function getFiles(): array
270270
'scope' => 'default',
271271
'destination' => 'lib/commands/generic.js',
272272
'template' => 'cli/lib/commands/generic.js.twig',
273+
],
274+
[
275+
'scope' => 'default',
276+
'destination' => 'lib/commands/organizations.js',
277+
'template' => 'cli/lib/commands/organizations.js.twig',
273278
]
274279
];
275280
}

0 commit comments

Comments
 (0)