Download the PHP package pantheon-quicksilver/pantheon-yml-editor without Composer
On this page you can find all versions of the php package pantheon-quicksilver/pantheon-yml-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pantheon-quicksilver/pantheon-yml-editor
More information about pantheon-quicksilver/pantheon-yml-editor
Files in pantheon-quicksilver/pantheon-yml-editor
Package pantheon-yml-editor
Short Description A utility package for editing the pantheon.yml file.
License MIT
Informations about the package pantheon-yml-editor
Pantheon YML Editor
Provides utility functions to edit the pantheon.yml file for the purpose of editing workflow items.
Usage
When creating a new Quicksilver plugin, add this package as a dependency, then add your installation instructions to extras
in composer.json.
Fields
Field | Type | Description |
---|---|---|
wf_type (required) |
String | The workflow that is being hooked into. |
stage (required) |
String | The stage of the workflow being defined (before or after ). |
script |
String | The script to execute. If not provided, it will default to a php file with the same name as the key under pantheon-quicksilver |
weight |
Int | Should this workflow be added to the top of the workflow when installed. |
Example
This will add the corresponding workflow to pantheon.yml like this:
If you want to make any change to the workflow and avoid composer to reverting your changes, change "default" (in parenthesis) to "edited" (the rest of the description should remain the same).
Removing workflows added by this plugin
If you want to remove a workflow added by this plugin and not getting it re-added in the next composer.json you should add it to the composer.json deny list like this:
The above lines will avoid the clone_database workflows (in after stage) for pantheon-quicksilver/wakeup to be re-added to your pantheon.yml file.
All versions of pantheon-yml-editor with dependencies
symfony/yaml Version ^3 || ^4 || ^5
consolidation/comments Version ^1.0
composer/installers Version ~1.12 || ~2.0