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

NAME

apicli - API::CLI utils

ABSTRACT

DESCRIPTION

apicli lets you create an appspec file from an OpenAPI file.

GLOBAL OPTIONS

    --help -h    Show command help (flag)

SUBCOMMANDS

appspec

    apicli  appspec [options] <file>

Generate App::Spec file

This will generate an App::Spec file from an OpenAPI file

Options:

    --from      Currently only 'openapi' is supported
    --out       Output file (default stdout)         
    --name   *  appname                              
    --class     Class name (default API::CLI)        

Parameters:

    file  *  openapi file

help

    apicli  help <subcommands> [options]

Show command help

Options:

    --all     (flag)

_meta

    apicli  _meta <subcommands>

Information and utilities for this app

_meta completion

    apicli _meta completion <subcommands>

Shell completion functions

_meta completion generate

    apicli _meta completion generate [options]

Generate self completion

Options:

    --name    name of the program (optional, override name in spec)
    --zsh     for zsh (flag)                                       
    --bash    for bash (flag)                                      

_meta pod

    apicli _meta pod <subcommands>

Pod documentation

_meta pod generate

    apicli _meta pod generate

Generate self pod