drush browsefor drush 9x


Display a link to a given path or open link in a browser.

drush browse

  • Arguments


    browse accepts 1 argument/s:


    path : Path to open. If omitted, the site front page will be opened.

  • Options


    browse accepts 5 option/s:


    --browser

    --browser : browser

    --redirect-port

    --redirect-port : redirect-port

    --notify

    --notify : notify

    --druplicon

    --druplicon : druplicon

    --xh-link

    --xh-link : xh-link

  • Examples


    Open default web browser (if configured or detected) to the site front page.

    drush browse

    Open web browser to the path node/1.

    drush browse node/1

    Open a browser to the web site specified in a site alias.

    drush @example.prod

    Open Firefox web browser to the path 'admin'.

    drush browse --browser=firefox admin

  • Comments


    comments powered by Disqus