Closed BigPapoo closed 5 months ago
I added a deploy collection option for keeping the attributes ordered as they appear in the appwrite.json file.
deploy collection
appwrite.json
Install modules :
npm install
Test the help :
node ./index.js deploy collection --help
Prepare an appwrite.json file :
node ./index.js login node ./index.js init project node ./index.js init collection
[OPTIONAL] Test the randomness of the current attributes creation (pick a collection in the list and check the attributes order):
node ./index.js deploy collection
Test the new attributes creation (pick a collection in the list and check that the attributes order is kept as original one):
node ./index.js deploy collection --preserve
None
YES
Unfortunately, this is a read-only repo as the code is generated by our SDK Generator, and changes made only here would be wiped in the next release.
What does this PR do?
I added a
deploy collection
option for keeping the attributes ordered as they appear in theappwrite.json
file.Test Plan
Install modules :
Test the help :
Prepare an
appwrite.json
file :[OPTIONAL] Test the randomness of the current attributes creation (pick a collection in the list and check the attributes order):
Test the new attributes creation (pick a collection in the list and check that the attributes order is kept as original one):
Related PRs and Issues
None
Have you read the Contributing Guidelines on issues?
YES