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:
@@ -203,7 +203,7 @@ return [
|
||||
[
|
||||
'key' => 'cli',
|
||||
'name' => 'Command Line',
|
||||
'version' => '1.1.1',
|
||||
'version' => '1.2.1',
|
||||
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
||||
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
||||
'enabled' => true,
|
||||
|
||||
+1
-1
Submodule app/console updated: 5e2a40c1e3...43891a526e
+1
-1
@@ -79,7 +79,7 @@
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"appwrite/sdk-generator": "0.29.*",
|
||||
"appwrite/sdk-generator": "0.30.*",
|
||||
"ext-fileinfo": "*",
|
||||
"phpunit/phpunit": "9.5.20",
|
||||
"squizlabs/php_codesniffer": "^3.6",
|
||||
|
||||
Generated
+7
-7
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ac80cafdd8c2c6deaec3dfe628084655",
|
||||
"content-hash": "72e785b47377a5f99915bbff66576832",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adhocore/jwt",
|
||||
@@ -3038,16 +3038,16 @@
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "appwrite/sdk-generator",
|
||||
"version": "0.29.4",
|
||||
"version": "0.30.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/appwrite/sdk-generator.git",
|
||||
"reference": "35ec927d1de1854bebe8894e16b1646c3fdd5567"
|
||||
"reference": "898a066bce0ba043aefc3e521ad7b9cd6112e0ae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/35ec927d1de1854bebe8894e16b1646c3fdd5567",
|
||||
"reference": "35ec927d1de1854bebe8894e16b1646c3fdd5567",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/898a066bce0ba043aefc3e521ad7b9cd6112e0ae",
|
||||
"reference": "898a066bce0ba043aefc3e521ad7b9cd6112e0ae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3083,9 +3083,9 @@
|
||||
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
|
||||
"support": {
|
||||
"issues": "https://github.com/appwrite/sdk-generator/issues",
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/0.29.4"
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/0.30.2"
|
||||
},
|
||||
"time": "2023-02-03T05:44:59+00:00"
|
||||
"time": "2023-02-21T18:57:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
|
||||
@@ -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