Feature Request: Improving CLI flow
kyhyco opened this issue · 2 comments
kyhyco commented
Describe the solution you'd like
If we include .env
setup during the build-onchain-apps
creation, there could be a case where user doesn't have those .env
variables ready and should allow users to skip the .env
setup.
If the user decides to skip the .env
setup, we can add a doctor
command to check for the state of .env
files.
Prototype for the doctor
command is here - feat: add doctor command
Describe alternatives you've considered.
No response
kyhyco commented
We will keep cli
experience simple. Add step for .env
file setup but don't include a doctor
command.