You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: inquirer.prompt is not a function at userPrompt (file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:193198:21) at async DeployCommand.isAllowedToRun (file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:433698:28) at async file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:433518:21 at async file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:433311:20 at async file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:915518:26 at async file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:915686:33 at async file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:433311:20 at async GardenCli.run (file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:915684:32) at async file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:915843:29 at async file:///Users/anna/Library/Application%20Support/io.garden.garden/1730379796-JKx2u0O.r/rollup/garden.mjs:433311:20
What did you do?
garden deploy --env prod
Where prod is an environment marked as production and therefore prompts for confirmation. The prompt fails with above error.
Your environment
OS: macOS
How I'm running Kubernetes: EKS
Garden version: 0.13.43
Frequency
It is reproducable.
Workaround
Remove the production flag from the environment. However this removes the added layer of security by asking for confirmation.
The text was updated successfully, but these errors were encountered:
Crash report
Error message
What did you do?
garden deploy --env prod
Where
prod
is an environment marked asproduction
and therefore prompts for confirmation. The prompt fails with above error.Your environment
Frequency
It is reproducable.
Workaround
Remove the
production
flag from the environment. However this removes the added layer of security by asking for confirmation.The text was updated successfully, but these errors were encountered: