diff --git a/app/config/platforms.php b/app/config/platforms.php index 4d1de61e5d..31768f6163 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -139,6 +139,22 @@ return [ 'enabled' => true, 'beta' => false, 'languages' => [ // TODO change key to 'sdks' + [ + 'key' => 'cli', + 'name' => 'Command Line', + 'version' => '0.1.0', + 'url' => 'https://github.com/appwrite/sdk-for-cli', + 'package' => 'https://github.com/appwrite/sdk-for-cli', + 'enabled' => true, + 'beta' => true, + 'dev' => true, + 'family' => APP_PLATFORM_SERVER, + 'prism' => 'bash', + 'source' => \realpath(__DIR__ . '/../sdks/server-cli'), + 'gitUrl' => 'git@github.com:appwrite/sdk-for-cli.git', + 'gitRepoName' => 'sdk-for-cli', + 'gitUserName' => 'appwrite', + ], [ 'key' => 'nodejs', 'name' => 'Node.js',