Last active
March 30, 2021 16:41
-
-
Save twfahey1/a2f46a2ed8a7b2186b96f58e525eac13 to your computer and use it in GitHub Desktop.
Get JSON:API Extra path prefix config string via php-script terminus for Pantheon site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat << 'EOF' | terminus drush mysite.dev -- php-script - | |
| $config = \Drupal::config('jsonapi_extras.settings')->get('path_prefix'); | |
| echo $config; | |
| EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment