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

dochazka-cli - Command-line client for Dochazka Attendance & Time Tracking System

VERSION

Version 0.154

SYNOPSIS

This is the Dochazka command-line interface (CLI). Options:

    --help      -h      Get help
    --user      -u      Specify username, e.g. --user=root (defaults to 'demo')
    --password  -p      Specify password (defaults to 'demo')
    --sitedir   -s      Specify sitedir (defaults to none)
    --noauth    -n      Omit authentication
    --debug     -d      Make parser display debug messages

E.g., assuming Dochazka REST server is running and App::Dochazka::REST has been configured properly to access it:

    $ dochazka-cli -u root
    Loading configuration files from /usr/lib/perl5/site_perl/5.20.1/auto/share/dist/App-Dochazka-CLI
    Authenticating to server at http://localhost:5000
    Server is alive
    Dochazka(2015-03-11) root ADMIN>

For more information, see http://metacpan.org/pod/App::Dochazka::CLI.

DESCRIPTION

This script is used to start the Dochazka command line interface, hereinafter referred to as "the CLI".

The CLI is documented in the App::Dochazka::CLI CPAN distribution.