Is it possible to automate the installation process of PW? With WordPress and thanks to [wp-cli](https://wp-cli.org/) I can automate the installation and configuration of my installation with a simple bash-script. Is something like that possible with ProcessWire, too? In other words: Is there a way to install PW purely through commands on the command line without having to go through the installation wizard first? Thanks in advance!
P.S.: I know of wireshell, but this doesn't seem to have any documentation on my use case or similar functionality as wp-cli (e. g. [wp core install](https://developer.wordpress.org/cli/commands/core/install/), [wp db create](https://developer.wordpress.org/cli/commands/core/install/)).