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

Add documentation to get a Drush uli link in the Tugboat terminal #262

Open
dacharyc opened this issue Nov 18, 2020 · 0 comments
Open

Add documentation to get a Drush uli link in the Tugboat terminal #262

dacharyc opened this issue Nov 18, 2020 · 0 comments

Comments

@dacharyc
Copy link
Contributor

@YesCT shared a code snippet for creating a custom Drush config to create a nice Drush uli link in the Tugboat terminal:

Add this to the /.tugboat/config.yml:

# Use custom drush config. 
cp "${TUGBOAT_ROOT}/.tugboat/drush.yml" "${TUGBOAT_ROOT}/drush"

Then create a custom Drush config - for example /.tugboat/drush.yml, containing this:

options: 
     uri: ${env.TUGBOAT_DEFAULT_SERVICE_URL}

Consider whether this belongs in the docs. Possible places include:

  • In the Drupal tutorial documents
  • Possible "community snippets" as a companion to the "community images" page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants