From 7c2a03d9781c88a40bdba59eaef98b6adbef98f5 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 9 Feb 2021 16:08:34 +0200 Subject: [PATCH] Updated CLI mode status --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 31768f6163..6b44cab09e 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -147,7 +147,7 @@ return [ 'package' => 'https://github.com/appwrite/sdk-for-cli', 'enabled' => true, 'beta' => true, - 'dev' => true, + 'dev' => false, 'family' => APP_PLATFORM_SERVER, 'prism' => 'bash', 'source' => \realpath(__DIR__ . '/../sdks/server-cli'),