Conversation
| * `terminus composer my-site.dev -- update` | ||
|
|
||
| ### Note | ||
| * The `--no-scripts` parameter is not supported on the Pantheon platform. If your workflow requires this parameter, run the command locally and push the resulting `composer.json` and `composer.lock` files to your repository. |
There was a problem hiding this comment.
The --no-scripts parameter is not supported by some Pantheon upstreams.
There was a problem hiding this comment.
Is there a list of which ones?
There was a problem hiding this comment.
I don't think any workflows require this parameter.
Also, if you run the command locally, you'll need export COMPOSER_ROOT_VERSION=dev-main in order to use --no-scripts
There was a problem hiding this comment.
Is there a list of which ones?
Right now, only pantheon-upstreams/drupal-composer-managed, and any custom upstream based on it. Likely, the WordPress Bedrock / Composer-managed upstream will work the same way.
There was a problem hiding this comment.
With that in mind I think just leaving it on "Some" is probably for the best, just so nobody is surprised if they try it and experience issues.
No description provided.