ut4.py

UT4 sample script

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

Positional Arguments

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

Named Arguments

--loglevel

Possible choices: DEBUG, INFO, WARNING, ERROR

Set the script log level

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

Sub-commands:

unload

Unload the specified target definition in the cloud

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

Positional Arguments

targets The targets to build

env

Print environment variables

ut4.py env [-h]

load

Load the specified target definition in the cloud

ut4.py load [-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

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