-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup the Config Command #6
Labels
enhancement
New feature or request
Comments
Blocked until #5 is completed |
harrisonhoward
added a commit
that referenced
this issue
Apr 24, 2024
harrisonhoward
added a commit
that referenced
this issue
Apr 24, 2024
harrisonhoward
added a commit
that referenced
this issue
Apr 24, 2024
harrisonhoward
added a commit
that referenced
this issue
Apr 24, 2024
…ommand #6 Setup the Config Command
Completed in PR #12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task
Set up the
config
command. This will include prompting the user to fill in the details for their specific environment and writing it to the.env
file.The user can press enter to skip a question, doing so will fill in whatever already exists for that field unless the field was never filled in which will leave it blank. Writing the file shouldn't overwrite fields unrelated to the config. Writing should also delete fields which don't belong in that file based on the schema.
Fields
The text was updated successfully, but these errors were encountered: