The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

plack_app_service_status_generate_buildinfo.pl - Script to generate buildinfo.json for Plack::App::ServiceStatus

VERSION

version 0.913

SYNOPSIS

  plack_app_service_status_generate_buildinfo.pl --project path/to/repo --output path/to/buildinfo.json

DESCRIPTION

Generate a small JSON file containg information about a build to be shown by Plack::App::ServiceStatus.

It will make most sense to run this script during your build pipeline and include the produced file in your release. Then let Plack::App::ServiceStatus use this file to display some helpful info when / how your app was build alongside the other ServiceStatus info.

OPTIONS

--project path/to/project

The path to the project repo, used to collect info.

--output path/to/buildinfo.json

Location of the buildinfo file that will be generated.

--help

Show short help

--man

Show more help

AUTHOR

Thomas Klausner <domm@plix.at>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 - 2022 by Thomas Klausner.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.