The Perform cli is a commandline tool to speed up your development time and automate repetitive tasks.
It can:
This tool is optional, but can greatly increase your productivity.
Note
The Cli is built using Symfony’s console component, and behaves like any other Symfony-based commandline tool.
perform list
will show the available subcommands, with short descriptions for each.
You can get detailed help for a single command by using either the help
subcommand or --help
option flag.
perform help create:bundle
# same as
perform create:bundle --help