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
AUTHORS
YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>
LICENSE
Copyright (C) 2015 YASUTAKE 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.