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

[Question] Add --silent for install/config #39

Closed
MikaXII opened this issue Sep 27, 2016 · 2 comments
Closed

[Question] Add --silent for install/config #39

MikaXII opened this issue Sep 27, 2016 · 2 comments

Comments

@MikaXII
Copy link
Contributor

MikaXII commented Sep 27, 2016

Hello,

I wanna make a dynamic config without user interactions exemple :

ghost install -d blog --ip ${GHOST_IP} --port ${GHOST_PORT} --db ${GHOST_DB} \
        --dbhost ${GHOST_HOST} --dbuser ${GHOST_DB_USER} --dbpass ${GHOST_DB_PASS} \
        --dbname ${GHOST_DB_NAME} --url ${GHOST_URL} --silent ${GHOST_VERSION}

What is expected its an auto-install without prompt and not automatic launch of ghost.

I work on this but my code it's pretty dirty (I'm not a big fan of JS^^).
It's possible to implement this feature for futur releases ?

EDIT : I forget 'url' should be add as parameter

@MikaXII MikaXII changed the title [Question] Add --silent for install/config parameter [Question] Add --silent for install/config Sep 27, 2016
@acburdine
Copy link
Member

@MikaXII this is definitely planned - going to go ahead and close this as I'm writing up a more detailed issue which covers this and other things 😄 Thanks for the submission though!

@acburdine
Copy link
Member

New issue - #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants