From 86ed408cfe27a8b52620a80edbefaadd59cb1eb3 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 17 Jul 2024 15:54:04 +0200 Subject: [PATCH] chore: release cli 6.0.0-rc.4 --- app/config/platforms.php | 2 +- .../console-cli/examples/account/delete-mfa-authenticator.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 7b0e315902..3a77b99887 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -221,7 +221,7 @@ return [ [ 'key' => 'cli', 'name' => 'Command Line', - 'version' => '6.0.0-rc.3', + 'version' => '6.0.0-rc.4', 'url' => 'https://github.com/appwrite/sdk-for-cli', 'package' => 'https://www.npmjs.com/package/appwrite-cli', 'enabled' => true, diff --git a/docs/examples/1.6.x/console-cli/examples/account/delete-mfa-authenticator.md b/docs/examples/1.6.x/console-cli/examples/account/delete-mfa-authenticator.md index c36e9d5578..d4664855b5 100644 --- a/docs/examples/1.6.x/console-cli/examples/account/delete-mfa-authenticator.md +++ b/docs/examples/1.6.x/console-cli/examples/account/delete-mfa-authenticator.md @@ -1,3 +1,2 @@ appwrite account deleteMfaAuthenticator \ - --type totp \ - --otp + --type totp