Adds the addons-install command and sub-commands addons-install:list and addons-install:run <job> to Terminus. Use this Terminus Plugin to run workflows that configure themes & plugins.
Learn more about Terminus Plugins in the Terminus Plugins documentation
These commands require no configuration
This is the base command. This command without any sub-commands will simply print the usage information and documentation.
Lists available jobs.
Runs the specified job.
Note: Jobs will fail if a site is in SFTP mode and there are outstanding changes that have not be committed to the Pantheon repository.
terminus addons-install:listterminus addons-install:run <site_id>.<env> <job> [--skip-db]
To install this plugin using Terminus 3:
terminus self:plugin:install terminus-addons-installer-plugin
This example project includes four testing targets:
composer lint: Syntax-check all php source files.composer cs: Code-style check.composer unit: Run unit tests with phpunitcomposer functional: Run functional test with bats
To run all tests together, use composer test:all.
Note that prior to running the tests, you should first run:
composer installcomposer install-tools
Run terminus help addons-install for help.