-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
src/commands/database/redis/create.ts:68:22 - error TS2304: Cannot find name 'environmentId'.
68 if (!projectId || !environmentId || !name || !appName || !databasePassword) {
~~~~~~~~~~~~~
src/commands/database/redis/create.ts:94:9 - error TS2304: Cannot find name 'environmentId'.
94 if (!environmentId) {
~~~~~~~~~~~~~
src/commands/database/redis/create.ts:110:5 - error TS2552: Cannot find name 'environmentId'. Did you mean 'environment'?
110 environmentId = environment.environmentId;
~~~~~~~~~~~~~
src/commands/database/redis/create.ts:99:13
99 const { environment } = await inquirer.prompt([
~~~~~~~~~~~
'environment' is declared here.
src/commands/database/redis/create.ts:189:7 - error TS18004: No value exists in scope for the shorthand property 'environmentId'. Either declare one or provide an initializer.
189 environmentId,
~~~~~~~~~~~~~
Found 4 errors.
Metadata
Metadata
Assignees
Labels
No labels