Describe the bug
Running the Create Manifest command fails on 0.4.1
To Reproduce
This is happening because 'okteto init' now always asks questions to the user. we need to find a way to automate this since this command doesn't expect interaction from the user.
The other option is to update the command so that it shows the terminal and asks questions to the user.
Describe the bug Running the
Create Manifest
command fails on 0.4.1To Reproduce This is happening because 'okteto init' now always asks questions to the user. we need to find a way to automate this since this command doesn't expect interaction from the user.
The other option is to update the command so that it shows the terminal and asks questions to the user.