-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
drush config-pull @remote --target-dir=foo #3423
Comments
This looks like a misunderstanding to me. It's a feature request for the config-pull command to not require a bootstrapped drupal. |
Oops that comment was meant for another issue. config-pull already doesn't fully bootstrap the destination. It does need to bootstrap the destination to the CONFIGURATION phase in order to read settings.php and determine the location of config dir on the target. Are you not able to have a configured settings.php? If not, you might have to write a script or command which calls Your feature request would not be hard to implement but I'm not sure its generally useful enough. Perhaps you can elaborate on your use case. |
We have very good experiences with a setup like this:
This way we have no hassle with local dev environment. Forthermore - which is a relevant issue to me - the LAMP stack does not drain my laptop battery (of course i always need internet connection and its power consumption but that's not an issue). This feature would allow us to I don't know how many people do this, and of course YMMV. For us it really makes a ton of sense! |
That way of building makes good sense to me. See #3436. There is a Usage doc ther. I went with a rsync style declaration of the target path, not a --target-dir option. |
Use case: As a site developer, i want to config-sync from a (fully installed) remote site to my local copy of the git repository. (Even if locally there is no bootstrapped drupal)
Something like:
drush config-pull @remote --target-dir=foo
The text was updated successfully, but these errors were encountered: