av-pack

NAME

av-pack - Generate package for upload to AirVantage.

SYNOPSIS

av-pack [OPTIONS] TYPE [BUILD_DIR]
av-pack -h
av-pack --help

DESCRIPTION

    Generates a ZIP-compressed package containing a manifest file generated by mkapp,
    with the AirVantage application "type" set to TYPE.
    
    TYPE must be globally unique among all applications on the AirVantage service.
    Multiple versions of the same application should have the same TYPE.
    
    BUILD_DIR is the file system path of the build directory to be searched for the
    manifest.app file. If not specified, the current directory (and its subdirectories)
    will be searched. Only one manifest file can be used. If multiple are found, the
    command will abort with an error message.
    
    Options:
    
    -f, --full-update=FILE
        Include a full application update file.  This gets pushed to the device when an
    "upgrade firmware" is requested for this application.
    
    -h, --help
        Display this help text.  (Cannot be used with other options.)