We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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:
/.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:
/.tugboat/drush.yml
options: uri: ${env.TUGBOAT_DEFAULT_SERVICE_URL}
Consider whether this belongs in the docs. Possible places include:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@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
:Then create a custom Drush config - for example
/.tugboat/drush.yml
, containing this:Consider whether this belongs in the docs. Possible places include:
The text was updated successfully, but these errors were encountered: