pimcore/pimcore-cli

This package is abandoned and no longer maintained. No replacement package was suggested.

Pimcore CLI Tools

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 13

Forks: 4

Open Issues: 4

pkg:composer/pimcore/pimcore-cli


README

Build Status

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)