NAME

vns-run

SYNOPSIS

vns-run --help

DESCRIPTION

Execute commands in the Venus configuration file. This CLI dispatches to "perform" in Venus::Task::Venus::Run.

EXAMPLES

# edit the configuration
$ vns-run edit

# print Perl information
$ vns-run info

# check the file's syntax
$ vns-run okay t/Venus.t

SEE ALSO

Venus, Venus::Task::Venus::Run.