Command-line interface (CLI)

Execute a command from a data file

-allinonefile <Path to data file> [-encoding <File encoding>]

  • <Path to data file>. Full path to the data file.

    The data is in JSON format as it is described in the "Request body" section of the "/labels/print" section of the REST API documentation.

    One JSON object should be added to this data:

    "request":"<Path>"

    , where <Path> is the path as in the REST API documentation.
    For example, "request":"/labels/print".

    You can familiarize yourself with the REST API by visiting the AzureLabel REST API Documentation.

  • <File encoding>. If not specified, the system default encoding will be used.

Open template designer

-designer [{-templateid <Template ID> | -templatename <Template name>}]

Start API Server

-apiserver [-username <User name>] [-userpass <User password>]

  • <User name>. User name in the Users catalog. When a password is set to enter the program, if it is not specified or specified, but this is not in the program, the program entry window will be displayed.

  • <User password>. User password in the Users catalog. If not specified, but the user's password is set, then the program login window will be displayed.

Perform a task

-performtask -taskid <Task ID>

  • <Task ID>. Task ID from the Tasks catalog.

Upload list of templates

-templates -file <Path to the file> [-encoding <File encoding>] [-favorites] [-detailed]

  • <Path to the file>. Full path to the file where the list of label templates will be uploaded.

  • <File encoding>. If not specified, the system default encoding will be used.

  • -favorites. Upload only "favorites".

  • -detailed. Upload detailed information.

Open User Guide

-help