tutorial.py

Tutorial sample script

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

Positional Arguments

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

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

tutorial.py env [-h]

unload

Unload the specified target definition in the cloud

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

Positional Arguments

targets The targets to build

upload-images

Upload tutorial images to the cloud

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

Positional Arguments

targets The targets to upload

build-cloud

Build the specified target for the cloud

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

Positional Arguments

targets The targets to build

build

Build the specified target

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

Positional Arguments

targets The targets to build

load

Load the specified target definition in the cloud

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

Positional Arguments

targets The targets to build