Describe the bug
Lagoon CLI always prompts interactively to create a config file even when it is not running in an interactive terminal.
To Reproduce
Steps to reproduce the behavior:
rm -f ~/.lagoon.yml
lagoon bash completion > /tmp/completion.sh
- Command hangs
Expected behavior
Prompt should not appear unless the terminal is interactive. Also bash completion should not require a config file.
Screenshots
n/a
Desktop (please complete the following information):
Additional context
n/a