Command Line Interface#
The wrapp command line tool provides access to all WRAPP functionality for managing versioned
asset packages.
Usage#
WRAPP commands are self-documenting via the --help flag.
To see all available commands, run:
wrapp --help
To get help for a specific command:
wrapp create --help
Generic Parameters#
Most if not all commands support the following parameters:
--verbose,-vVerbose output of operation.--timeMeasure time taken for the operation.--statsCollect and print statistics about this operation.--jobs,-jSet the number of parallel operations to be sent to the storage. Default is 200. Can also be set viaWRAPP_JOBSenvironment variable.--file-transfer-jobs,--ftjSet the number of parallel file transfers. Default is 50. Note: For Nucleus, downloads are always maxed out at 10 (or use theOMNI_CONN_TRANSFER_MAX_CONN_COUNTsetting to change this).--log-file,-lSpecify name for log file. Default iswrapp.log. Can also be set viaWRAPP_LOG_FILEenvironment variable.--debug,-dSet logging level of client library to debug.--json-loggingDo JSON structured logging instead of human readable text.
Further Information#
For detailed command descriptions and Python API documentation, see the Commands Reference.
For information on supported storage systems, URL formats, and authentication, see Supported Storage Systems.