The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Dochazka::CLI - Dochazka command line client

VERSION

Version 0.240

SYNOPSIS

Dochazka command line client.

    bash$ dochazka-cli
    Dochazka(2014-08-08) demo> 

DESCRIPTION

App::Dochazka::CLI is the Command Line Interface (CLI) component of the Dochazka Attendance & Time Tracking system.

In order to work, the CLI must be pointed at a running App::Dochazka::REST (i.e., Dochazka REST server) instance by setting the MREST_CLI_URI_BASE meta configuration parameter.

Detailed documentation covering configuration, deployment, and the commands that can be used with the CLI can be found in App::Dochazka::CLI::Guide.

This module is used to store some "global" package variables that are used throughout the CLI code base.

PACKAGE VARIABLES AND EXPORTS