Skip to content

Commit

Permalink
Merge pull request #739 from appwrite/feat-cli-bulk-deploy
Browse files Browse the repository at this point in the history
Feat CLI pagination
  • Loading branch information
abnegate authored Nov 20, 2023
2 parents 4c431d5 + 4468e53 commit 3a10f1f
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 132 deletions.
5 changes: 5 additions & 0 deletions src/SDK/Language/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ public function getFiles(): array
'destination' => 'lib/config.js',
'template' => 'cli/lib/config.js.twig',
],
[
'scope' => 'default',
'destination' => 'lib/paginate.js',
'template' => 'cli/lib/paginate.js.twig',
],
[
'scope' => 'default',
'destination' => 'lib/client.js',
Expand Down
Loading

0 comments on commit 3a10f1f

Please sign in to comment.