Skip to content
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

ghost setup and ghost config are confusing #321

Closed
PaszaVonPomiot opened this issue Jul 9, 2017 · 0 comments
Closed

ghost setup and ghost config are confusing #321

PaszaVonPomiot opened this issue Jul 9, 2017 · 0 comments

Comments

@PaszaVonPomiot
Copy link

Hi,
I've been testing ghost-cli for a while now and I can't understand the difference between ghost setup and ghost config they seem to do almost the same things. Also the --help option gives very similar results.

Intuitively I would anticipate that ghost setup will just start the wizard where I can enter all the details. Whereas with ghost config I could for example change one parameter without any prompts.

Today I was trying to change pname but it goes thourgh wizard with both ghost config and ghost setup

[ghost@domain strefadysk_prd]$ ghost setup --pname test
? Enter your blog URL: (http://localhost:2368)
[ghost@domain strefadysk_prd]$ ghost config --pname test
? Enter your blog URL: (http://localhost:2368)

Then I realised that I should use ghost config pname test instead which made change in config.production.json file but ghost ls showed old name in first column (this maybe a bug). Thsi raises the question what is the difference between pname in config.production.json and instance name in ~/.ghost/config file.
Furthermore I can't find any info about ghost setup linux-user and ghost setup systemd options in help. So basically this is a request to improve --help information to be more accurate and complete.
Thanks!

@acburdine acburdine added this to the 1.0.0-rc.1 milestone Jul 9, 2017
@kirrg001 kirrg001 removed this from the 1.0.0-rc.1 milestone Jul 11, 2017
acburdine added a commit to acburdine/Ghost-CLI that referenced this issue Jul 21, 2017
closes TryGhost#321
- add better descriptions to various commands
@ErisDS ErisDS closed this as completed in debfa6b Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants