Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
/ pimcore-cli Public archive

A collection of command line tools for migrating from Pimcore 4 to Pimcore 5

License

Notifications You must be signed in to change notification settings

pimcore/pimcore-cli

Repository files navigation

Pimcore v4 to v5 Migration Tools

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)

About

A collection of command line tools for migrating from Pimcore 4 to Pimcore 5

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages