pimcore / pimcore-cli
This package is abandoned and no longer maintained.
No replacement package was suggested.
Pimcore CLI Tools
v1.3.10
2020-01-27 08:28 UTC
Requires
- composer/semver: ^1.4
- doctrine/common: ^2.7
- doctrine/dbal: ^2.5
- friendsofphp/php-cs-fixer: 2.6.*
- padraic/phar-updater: ^1.0
- raulfraile/distill: ^0.9.10
- riimu/kit-phpencoder: ^2.1
- stecman/symfony-console-completion: ^0.7.0
- symfony/config: ^3.2
- symfony/console: ^3.2
- symfony/filesystem: ^3.2
- symfony/finder: ^3.2
- symfony/intl: ^3.2
- symfony/process: ^3.2
- symfony/requirements-checker: dev-master
- zendframework/zend-code: ^3.1
Requires (Dev)
- gecko-packages/gecko-php-unit: ^2.0
- phpunit/phpunit: ^5.0
- symfony/phpunit-bridge: ^3.2
- dev-master
- v1.3.10
- v1.3.9
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.3-alpha
- v1.3.2
- v1.3.2-alpha3
- v1.3.2-alpha2
- v1.3.2-alpha
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.0
- v1.0.0-rc
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2021-04-27 10:56:38 UTC
README
Download
You can download the latest release as PHAR from the Releases Page.
Documentation
Shell completion
The package is using stecman/symfony-console-completion to provide shell completion. To have your shell complete commands, arguments and options, you need to run the following in your shell:
# BASH ~4.x, ZSH
source <(pimcore.phar _completion --generate-hook)
# BASH ~3.x, ZSH
pimcore.phar _completion --generate-hook | source /dev/stdin
# BASH (any version)
eval $(pimcore.phar _completion --generate-hook)