ut4.py

UT4 sample script

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

Positional Arguments

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

Named Arguments

--loglevel

Possible choices: DEBUG, INFO, WARNING, ERROR

Set the script log level

--logformat Set the script log format
-c, --cluster_id
 The cluster id. Default local

Sub-commands:

build

Build the specified target

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

prepare

Copy SDK and generate the project files

ut4.py prepare [-h] [-n]

Named Arguments

-n, --dry-run

Just print what it will do

Default: False

checkin

Checkin the files back (for internal use)

ut4.py checkin [-h] [-n]

Named Arguments

-n, --dry-run

Just print what it will do

Default: False

build-cloud

Build the specified target for the cloud

ut4.py build-cloud [-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] [-b BUCKET] [-p PATH] [-u] [targets [targets ...]]

Positional Arguments

targets The targets to upload

Named Arguments

-b, --bucket Name of the bucket to use. Default is a combination of AWS account, bastion and cluster ids.
-p, --path

The path in the bucket (default: “/images/ut4”).

Default: “/images/ut4”

-u, --update-config
 

Upload configuration in the current cluster.

Default: False

env

Print environment variables

ut4.py env [-h]