From a069b33cc57c06848f381c8f8d96d738f5264ec1 Mon Sep 17 00:00:00 2001 From: NipunHemal Date: Mon, 1 Dec 2025 19:11:26 +0530 Subject: [PATCH] fix: include environmentId in flags destructuring for Redis instance creation --- src/commands/database/redis/create.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/database/redis/create.ts b/src/commands/database/redis/create.ts index 4376b10..4abd28d 100644 --- a/src/commands/database/redis/create.ts +++ b/src/commands/database/redis/create.ts @@ -61,7 +61,8 @@ export default class DatabaseRedisCreate extends Command { description, databasePassword, dockerImage, - appName + appName, + environmentId, } = flags; // Modo interactivo si no se proporcionan los flags necesarios