We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f982f commit 6e6e63bCopy full SHA for 6e6e63b
src/SDK/Language/CLI.php
@@ -270,6 +270,11 @@ public function getFiles(): array
270
'scope' => 'default',
271
'destination' => 'lib/commands/generic.js',
272
'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',
278
]
279
];
280
}
0 commit comments