feat: upgrade CLI to 1.2.1

This commit is contained in:
Christy Jacob
2023-02-22 11:06:21 +05:30
parent 5d1ada4652
commit b8efa441fb
17 changed files with 34 additions and 10 deletions
@@ -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]