appwrite / sdk-generator

Generating SDKs for multiple programming languages and platforms ⚙️
https://appwrite.io
MIT License
258 stars 160 forks source link

refactor(cli): Changing commands from singular to plural when applicable #856

Closed byawitz closed 1 month ago

byawitz commented 1 month ago

What does this PR do?

Changing command from singular to plural, for example: appwrite pull collection to appwrite pull collections . CommanderJS will show errors like this automatically

error: unknown command 'collection'
(Did you mean collections?)

The change doesn't include appwrite init as this action is singular.

Test Plan

image