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
What i have experienced is that, if you run ghost setup and you already have a custom config.production.json, the CLI always shows the default values. I was always confused what my current configuration values are.
Instead it would be useful to load the existing config.production.json file and pre fill the values.
So instead of showing
? Enter your MySQL username:
It would show (if the config has a configured user already)
? Enter your MySQL username (root)
The text was updated successfully, but these errors were encountered:
closesTryGhost#280, closesTryGhost#268, refs TryGhost#317
- handle prompts better, don't prompt for mysql info if the user has specified sqlite
- don't prompt for URL if user has provided it
What i have experienced is that, if you run
ghost setup
and you already have a customconfig.production.json
, the CLI always shows the default values. I was always confused what my current configuration values are.Instead it would be useful to load the existing
config.production.json
file and pre fill the values.So instead of showing
It would show (if the config has a configured user already)
The text was updated successfully, but these errors were encountered: