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

NAME

koyomi-cli - Koyomi CLI for job's CRUD

SYNOPSIS

    # Add one Job
    koyomi-cli add [OPTION] [-e <PATH of EDITOR>]

    # List Jobs
    koyomi-cli list [OPTION]

    # Modify one Job
    koyomi-cli modify -id <job_id> [OPTION] [-e <PATH of EDITOR>]

    # Delete one Job
    koyomi-cli delete -id <job_id> [OPTION]

    # Show help and manual
    koyomi-cli help
    koyomi-cli man

DESCRIPTION

CommandLine Interface for CRUD of jobs.

OPTIONS

--config|-c Str

Config file path. Can be specified with all CRUD sub-commands.

--job-id|-id Int

Job ID. Must be specified with modify and delete sub-commands.

--editor|-e Str

Path to executable file as text editor. Can be specified with add and modify sub-commands. Default is "vi".

--debug|-d

Enable debug logging. Can be specified with all CRUD sub-commands.

SEE ALSO

App::Koyomi, App::Koyomi::CLI

AUTHORS

IKEDA Kiyoshi <progrhyme@gmail.com>

LICENSE

Copyright (C) 2015-2017 IKEDA Kiyoshi.

This application is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.