mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: upgrade CLI to 1.2.1
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
appwrite account getLogs \
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
appwrite account getSessions
|
||||
@@ -0,0 +1,4 @@
|
||||
appwrite functions retryBuild \
|
||||
--functionId [FUNCTION_ID] \
|
||||
--deploymentId [DEPLOYMENT_ID] \
|
||||
--buildId [BUILD_ID]
|
||||
@@ -0,0 +1 @@
|
||||
appwrite locale getContinents
|
||||
@@ -0,0 +1 @@
|
||||
appwrite locale getCountriesEU
|
||||
@@ -0,0 +1 @@
|
||||
appwrite locale getCountriesPhones
|
||||
@@ -0,0 +1 @@
|
||||
appwrite locale getCountries
|
||||
@@ -0,0 +1 @@
|
||||
appwrite locale getCurrencies
|
||||
@@ -0,0 +1 @@
|
||||
appwrite locale getLanguages
|
||||
@@ -0,0 +1,4 @@
|
||||
appwrite teams getMemberships \
|
||||
--teamId [TEAM_ID] \
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
appwrite users getLogs \
|
||||
--userId [USER_ID] \
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
appwrite users getMemberships \
|
||||
--userId [USER_ID]
|
||||
@@ -0,0 +1,2 @@
|
||||
appwrite users getSessions \
|
||||
--userId [USER_ID]
|
||||
Reference in New Issue
Block a user