-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9eb3ae
commit 7aee91f
Showing
105 changed files
with
380 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite account createRecovery --email="[email protected]" --url="https://example.com" | ||
appwrite account createRecovery \ | ||
--email="[email protected]" \ | ||
--url="https://example.com" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite account createVerification --url="https://example.com" | ||
appwrite account createVerification \ | ||
--url="https://example.com" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite account deleteSession --sessionId="[SESSION_ID]" | ||
appwrite account deleteSession \ | ||
--sessionId="[SESSION_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
appwrite account deleteSessions | ||
appwrite account deleteSessions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
appwrite account delete | ||
appwrite account delete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
appwrite account getLogs | ||
appwrite account getLogs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
appwrite account getPrefs | ||
appwrite account getPrefs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite account getSession --sessionId="[SESSION_ID]" | ||
appwrite account getSession \ | ||
--sessionId="[SESSION_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
appwrite account getSessions | ||
appwrite account getSessions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
appwrite account get | ||
appwrite account get |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite account updateEmail --email="[email protected]" --password="password" | ||
appwrite account updateEmail \ | ||
--email="[email protected]" \ | ||
--password="password" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite account updateName --name="[NAME]" | ||
appwrite account updateName \ | ||
--name="[NAME]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite account updatePassword --password="password" --oldPassword="password" | ||
appwrite account updatePassword \ | ||
--password="password" \ | ||
--oldPassword="password" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite account updatePrefs --prefs="{}" | ||
appwrite account updatePrefs \ | ||
--prefs="{}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
appwrite account updateRecovery --userId="[USER_ID]" --secret="[SECRET]" --password="password" --passwordAgain="password" | ||
appwrite account updateRecovery \ | ||
--userId="[USER_ID]" \ | ||
--secret="[SECRET]" \ | ||
--password="password" \ | ||
--passwordAgain="password" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite account updateVerification --userId="[USER_ID]" --secret="[SECRET]" | ||
appwrite account updateVerification \ | ||
--userId="[USER_ID]" \ | ||
--secret="[SECRET]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
appwrite avatars getBrowser --code="aa" --width="0" --height="0" --quality="0" | ||
appwrite avatars getBrowser \ | ||
--code="aa" \ | ||
--width="0" \ | ||
--height="0" \ | ||
--quality="0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
appwrite avatars getCreditCard --code="amex" --width="0" --height="0" --quality="0" | ||
appwrite avatars getCreditCard \ | ||
--code="amex" \ | ||
--width="0" \ | ||
--height="0" \ | ||
--quality="0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite avatars getFavicon --url="https://example.com" | ||
appwrite avatars getFavicon \ | ||
--url="https://example.com" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
appwrite avatars getFlag --code="af" --width="0" --height="0" --quality="0" | ||
appwrite avatars getFlag \ | ||
--code="af" \ | ||
--width="0" \ | ||
--height="0" \ | ||
--quality="0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
appwrite avatars getImage --url="https://example.com" --width="0" --height="0" | ||
appwrite avatars getImage \ | ||
--url="https://example.com" \ | ||
--width="0" \ | ||
--height="0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
appwrite avatars getInitials --name="[NAME]" --width="0" --height="0" --color="" --background="" | ||
appwrite avatars getInitials \ | ||
--name="[NAME]" \ | ||
--width="0" \ | ||
--height="0" \ | ||
--color="" \ | ||
--background="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
appwrite avatars getQR --text="[TEXT]" --size="0" --margin="0" --download="" | ||
appwrite avatars getQR \ | ||
--text="[TEXT]" \ | ||
--size="0" \ | ||
--margin="0" \ | ||
--download="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
appwrite database createCollection --name="[NAME]" --read="" --write="" --rules="" | ||
appwrite database createCollection \ | ||
--name="[NAME]" \ | ||
--read="" \ | ||
--write="" \ | ||
--rules="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
appwrite database createDocument --collectionId="[COLLECTION_ID]" --data="{}" --read="" --write="" --parentDocument="[PARENT_DOCUMENT]" --parentProperty="" --parentPropertyType="assign" | ||
appwrite database createDocument \ | ||
--collectionId="[COLLECTION_ID]" \ | ||
--data="{}" \ | ||
--read="" \ | ||
--write="" \ | ||
--parentDocument="[PARENT_DOCUMENT]" \ | ||
--parentProperty="" \ | ||
--parentPropertyType="assign" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite database deleteCollection --collectionId="[COLLECTION_ID]" | ||
appwrite database deleteCollection \ | ||
--collectionId="[COLLECTION_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite database deleteDocument --collectionId="[COLLECTION_ID]" --documentId="[DOCUMENT_ID]" | ||
appwrite database deleteDocument \ | ||
--collectionId="[COLLECTION_ID]" \ | ||
--documentId="[DOCUMENT_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite database getCollection --collectionId="[COLLECTION_ID]" | ||
appwrite database getCollection \ | ||
--collectionId="[COLLECTION_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite database getDocument --collectionId="[COLLECTION_ID]" --documentId="[DOCUMENT_ID]" | ||
appwrite database getDocument \ | ||
--collectionId="[COLLECTION_ID]" \ | ||
--documentId="[DOCUMENT_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
appwrite database listCollections --search="[SEARCH]" --limit="0" --offset="0" --orderType="ASC" | ||
appwrite database listCollections \ | ||
--search="[SEARCH]" \ | ||
--limit="0" \ | ||
--offset="0" \ | ||
--orderType="ASC" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
appwrite database listDocuments --collectionId="[COLLECTION_ID]" --filters="" --limit="0" --offset="0" --orderField="[ORDER_FIELD]" --orderType="DESC" --orderCast="int" --search="[SEARCH]" | ||
appwrite database listDocuments \ | ||
--collectionId="[COLLECTION_ID]" \ | ||
--filters="" \ | ||
--limit="0" \ | ||
--offset="0" \ | ||
--orderField="[ORDER_FIELD]" \ | ||
--orderType="DESC" \ | ||
--orderCast="int" \ | ||
--search="[SEARCH]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
appwrite database updateCollection --collectionId="[COLLECTION_ID]" --name="[NAME]" --read="" --write="" --rules="" | ||
appwrite database updateCollection \ | ||
--collectionId="[COLLECTION_ID]" \ | ||
--name="[NAME]" \ | ||
--read="" \ | ||
--write="" \ | ||
--rules="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
appwrite database updateDocument --collectionId="[COLLECTION_ID]" --documentId="[DOCUMENT_ID]" --data="{}" --read="" --write="" | ||
appwrite database updateDocument \ | ||
--collectionId="[COLLECTION_ID]" \ | ||
--documentId="[DOCUMENT_ID]" \ | ||
--data="{}" \ | ||
--read="" \ | ||
--write="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite functions createExecution --functionId="[FUNCTION_ID]" --data="[DATA]" | ||
appwrite functions createExecution \ | ||
--functionId="[FUNCTION_ID]" \ | ||
--data="[DATA]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
appwrite functions createTag --functionId="[FUNCTION_ID]" --command="[COMMAND]" --code="" | ||
appwrite functions createTag \ | ||
--functionId="[FUNCTION_ID]" \ | ||
--command="[COMMAND]" \ | ||
--code="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
appwrite functions create --name="[NAME]" --execute="" --runtime="java-11.0" --vars="{}" --events="" --schedule="" --timeout="1" | ||
appwrite functions create \ | ||
--name="[NAME]" \ | ||
--execute="" \ | ||
--runtime="dotnet-5.0" \ | ||
--vars="{}" \ | ||
--events="" \ | ||
--schedule="" \ | ||
--timeout="1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite functions deleteTag --functionId="[FUNCTION_ID]" --tagId="[TAG_ID]" | ||
appwrite functions deleteTag \ | ||
--functionId="[FUNCTION_ID]" \ | ||
--tagId="[TAG_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite functions delete --functionId="[FUNCTION_ID]" | ||
appwrite functions delete \ | ||
--functionId="[FUNCTION_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite functions getExecution --functionId="[FUNCTION_ID]" --executionId="[EXECUTION_ID]" | ||
appwrite functions getExecution \ | ||
--functionId="[FUNCTION_ID]" \ | ||
--executionId="[EXECUTION_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
appwrite functions getTag --functionId="[FUNCTION_ID]" --tagId="[TAG_ID]" | ||
appwrite functions getTag \ | ||
--functionId="[FUNCTION_ID]" \ | ||
--tagId="[TAG_ID]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
appwrite functions get --functionId="[FUNCTION_ID]" | ||
appwrite functions get \ | ||
--functionId="[FUNCTION_ID]" |
Oops, something went wrong.