NAME
App::Yath::Options::Server - FIXME
DESCRIPTION
PROVIDED OPTIONS
Server Options
- --daemon
- --no-daemon
-
Run the server in the background.
- --email ARG
- --email=ARG
- --no-email
-
When using an ephemeral database you can use this to set a 'from' email address for email sent from this server.
- --ephemeral
- --ephemeral=Auto
- --ephemeral=MySQL
- --ephemeral=SQLite
- --ephemeral=MariaDB
- --ephemeral=Percona
- --ephemeral=PostgreSQL
- --no-ephemeral
-
Use a temporary 'ephemeral' database that will be destroyed when the server exits.
- --no-upload
- --no-no-upload
-
When using an ephemeral database you can use this to enable no-upload mode which removes the upload workflow.
- --shell
- --no-shell
-
Drop into a shell where the server and/or database env vars are set so that yath commands will use the started server.
- --single-run
- --no-single-run
-
When using an ephemeral database you can use this to enable single run mode which causes the server to take you directly to the first run.
- --single-user
- --no-single-user
-
When using an ephemeral database you can use this to enable single user mode to avoid login and user credentials.
SOURCE
The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.