feature request: set multiple configuration values via 'ghost config'
See original GitHub issueCurrently ghost config
accepts a single key-value pair to write to the configuration file. It would be nice if multiple values could be specified such that only a single execution of ghost config
could, essentially, create a complete config file from scratch.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Configuration - Adapt your publication to suit your needs - Ghost
Open your production config file in any code editor and add the following mail configuration, making sure to update the values to the...
Read more >Configuring Ghost - Core Concepts - Jolylai
This article explains how to setup your mail config, as well as walk you through all of the available config options. Custom configuration...
Read more >Can't install multiples instances "Port '2368' is in use" #496
Message: Port '2368' is in use. Configuration Key(s): server.port. Current Value(s): 2368. Help: Run ghost config <key> <new value> for each ...
Read more >Creating and Using Variables - Ghost Inspector
Variables can be defined at the suite level under Settings > Variables. These variables are available within all tests in the suite when...
Read more >Symantec™ Ghost Solution Suite 3.3 User Guide - TechDocs
Setting permissions . ... Operating system licensing configuration settings . ... Ghost Solution Suite server includes multiple features to capture an image ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@acburdine I haven’t had a chance to give it a try, but I will soon. I’ll close this out for now and I’ll reopen if I run into any issues.
Thanks very much!
It is working for me for creating mailgun setups.
I think
ghost config key value
is a nice special case, for example for setting url, but thatghost config --flag=value --flag2=value
makes sense for the case of multiple keys and values.I’ve used it extensively since I implemented it 😬
(i.e. I would close this issue now)