cube.py

Cube sample script

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

Positional Arguments

command Possible choices: build, load, build-cloud, prepare, 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
-e, --envpath

Use engine root from environment variables.

Default: False

Sub-commands:

build

Build the specified target

cube.py build [-h] [-v VERSION] [--vs {auto,vs2015,vs2017}]
              [targets [targets ...]]

Positional Arguments

targets The targets to build

Named Arguments

-v, --version The engine version to use
--vs

Possible choices: auto, vs2015, vs2017

Force the usage of a Visual Studio version when building.

Default: auto

load

Load the specified target definition in the cloud

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

Positional Arguments

targets The targets to build

build-cloud

Build the specified target for the cloud

cube.py build-cloud [-h] [-v VERSION] [--vs {auto,vs2015,vs2017}]
                    [targets [targets ...]]

Positional Arguments

targets The targets to build

Named Arguments

-v, --version The engine version to use
--vs

Possible choices: auto, vs2015, vs2017

Force the usage of a Visual Studio version when building.

Default: auto

prepare

Copy SDK and generate the project files

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

Named Arguments

-n, --dry-run

Just print what it will do

Default: False

unload

Unload the specified target definition in the cloud

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

Positional Arguments

targets The targets to build

upload-images

Upload Cube sample images to the cloud

cube.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/cube”).

Default: “/images/cube”

-u, --update-config
 

Upload configuration to the current cluster.

Default: False

env

Print environment variables

cube.py env [-h]