ut4.py

UT4 sample script

usage: ut4.py [-h] [--loglevel {DEBUG,INFO,WARNING,ERROR}] [-c CLUSTER_ID]
              {env,build,build-cloud,load,unload,upload-images} ...

Positional Arguments

command Possible choices: env, build, build-cloud, load, unload, upload-images

Named Arguments

--loglevel

Possible choices: DEBUG, INFO, WARNING, ERROR

Set the script log level

-c, --cluster_id
 The cluster id. Default local

Sub-commands:

env

Print environment variables

ut4.py env [-h]

build

Build the specified target

ut4.py build [-h] [targets [targets ...]]

Positional Arguments

targets The targets to build

build-cloud

Build the specified target for the cloud

ut4.py build-cloud [-h] [targets [targets ...]]

Positional Arguments

targets The targets to build

load

Load the specified target definition in the cloud

ut4.py load [-h] [targets [targets ...]]

Positional Arguments

targets The targets to build

unload

Unload the specified target definition in the cloud

ut4.py unload [-h] [targets [targets ...]]

Positional Arguments

targets The targets to build

upload-images

Upload tutorial images to the cloud

ut4.py upload-images [-h] [targets [targets ...]]

Positional Arguments

targets The targets to upload