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

Update drushcommands.com web site #2092

Closed
hcpss-banderson opened this issue Mar 23, 2016 · 6 comments
Closed

Update drushcommands.com web site #2092

hcpss-banderson opened this issue Mar 23, 2016 · 6 comments

Comments

@hcpss-banderson
Copy link

I am trying to use site-install with the --writable and --keep-config option, but I am getting the following error:

Unknown options: --writable, --keep-config.  See `drush help site-install` for available options. To suppress this error, add the option --strict=0.

And it's true drush help site-install does not show options for --writable or --keep-config. But those are documented on drushcommands.

I feel like I must be missing something obvious. I have tried it with 8.0.5, 8.1-dev and 9.0-dev.

Here's the command for reference:

drush si config_installer -y \
        --account-mail=me@gmail.com \
        --account-name=admin \
        --account-pass=admin \
        --db-url=mysql://root:root@drupal_db/drupal \
        --site-mail=me@gmail.com \
        --writable \
        --keep-config \
        config_installer_sync_configure_form.sync_directory=/src/config/sync
@weitzman
Copy link
Member

Peter, the drushcommands.com webmaster, will get that site updated soon.

@weitzman weitzman changed the title Unknown options: --writable, --keep-config Update drushcommands.com web site Mar 23, 2016
@weitzman
Copy link
Member

You should remove those options as file perms are not touched by Drush (writable) and Drupal no longer deletes your config.

@peter-brady
Copy link

Apologies for the delay here.

Drush 6 removed from Drush commands, re. @weitzman request. Also added Drush 9 at http://drushcommands.com/drush-9x/ (9.0.0-alpha1).

See http://drushcommands.com/drush-9x/core/site-install/. No longer displays the --writable and --keep-config options.

Thanks.

@hcpss-banderson
Copy link
Author

@peter-brady, Can you remove the --writable and --keep-config options from the Drush 8 docs as well?

@peter-brady
Copy link

@hcpss-banderson Sure. I'll check out the 8.1.0 tag and rebuild. Will be later today or at the very latest tomorrow morning.

@peter-brady
Copy link

@hcpss-banderson I checked out the 8.1.0 tag, built the site anew and deployed. Config options now gone from Drush 8 http://drushcommands.com/drush-8x/core/site-install/

Thanks.

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

3 participants