Skip to content

Commit 3a10f1f

Browse files
authored
Merge pull request #739 from appwrite/feat-cli-bulk-deploy
Feat CLI pagination
2 parents 4c431d5 + 4468e53 commit 3a10f1f

File tree

5 files changed

+244
-132
lines changed

5 files changed

+244
-132
lines changed

src/SDK/Language/CLI.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ public function getFiles(): array
142142
'destination' => 'lib/config.js',
143143
'template' => 'cli/lib/config.js.twig',
144144
],
145+
[
146+
'scope' => 'default',
147+
'destination' => 'lib/paginate.js',
148+
'template' => 'cli/lib/paginate.js.twig',
149+
],
145150
[
146151
'scope' => 'default',
147152
'destination' => 'lib/client.js',

0 commit comments

Comments
 (0)