NAME
App::Yath::Options::WebClient - FIXME
DESCRIPTION
PROVIDED OPTIONS
Web Client Options
- --api-key ARG
- --api-key=ARG
- --no-api-key
-
Yath server API key. This is not necessary if your Yath server instance is set to single-user
Can also be set with the following environment variables:
YATH_API_KEY
- --grace
- --no-grace
-
If yath cannot connect to a server it normally throws an error, use this to make it fail gracefully. You get a warning, but things keep going.
- --request-retry
- --request-retry=COUNT
- --no-request-retry
-
How many times to try an operation before giving up
Note: Can be specified multiple times, counter bumps each time it is used.
- --url http://my-yath-server.com/...
- --uri http://my-yath-server.com/...
- --no-url
-
Yath server url
Can also be set with the following environment variables:
YATH_URL
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.