Download the PHP package ostark/craft-plugin-commands without Composer
On this page you can find all versions of the php package ostark/craft-plugin-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package craft-plugin-commands
Plugin Commands for Craft 3
This is intentionally not a plugin, it's a Yii Extension. There is not need to bootstrap or enable it, it auto-registers itself.
Install
Require the package:
Usage
Get a list of all plugins
Install & enable ALL or a single plugin
Uninstall ALL or a single plugin
Disable ALL or a single plugin
Enable ALL or a single plugin
Limit execution to specific environments with the --env-only
flag.
This option is only useful in automated deployment processes, e.g. post-install-cmd
s defined in a shared composer.json
:
{
"scripts": {
"post-install-cmd": [
"php craft plugin/disable {plugin-handle} --env-only=production",
"php craft plugin/enable {plugin-handle} --env-only=dev,staging"
]
}
}
All versions of craft-plugin-commands with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^3.2.0 || ^4.0.0
The package ostark/craft-plugin-commands contains the following files
Loading the files please wait ....