Command Line Tool

Contents

Command Line Tool#

kiso#

🏇 Kiso: Edge to Cloud Workflows: Advancing Workflow Management in the Computing Continuum.

Usage

kiso [OPTIONS] COMMAND [ARGS]...

Options

--debug, --no-debug#

Check our docs at https://kiso.readthedocs.io/en/v0.1.0a10 for more details.

check#

Check the experiment configuration.

Usage

kiso check [OPTIONS] [EXPERIMENT_CONFIG]

Arguments

EXPERIMENT_CONFIG#

Optional argument

Check our docs at https://kiso.readthedocs.io/en/v0.1.0a10 for more details.

down#

Destroy the resources provisioned for the experiments.

Usage

kiso down [OPTIONS] [EXPERIMENT_CONFIG]

Options

-o, --output <output>#

Environment to use for the experiment.

Arguments

EXPERIMENT_CONFIG#

Optional argument

Check our docs at https://kiso.readthedocs.io/en/v0.1.0a10 for more details.

run#

Run the defined experiments.

Usage

kiso run [OPTIONS] [EXPERIMENT_CONFIG]

Options

--force, --no-force#

Disregard previous run results and rerun the experiment.

-o, --output <output>#

Environment to use for the experiment.

Arguments

EXPERIMENT_CONFIG#

Optional argument

Check our docs at https://kiso.readthedocs.io/en/v0.1.0a10 for more details.

up#

Create the resources needed to run the experiment.

Usage

kiso up [OPTIONS] [EXPERIMENT_CONFIG]

Options

--force, --no-force#

Tears down existing resources and recreates them.

-o, --output <output>#

Environment to use for the experiment.

Arguments

EXPERIMENT_CONFIG#

Optional argument

Check our docs at https://kiso.readthedocs.io/en/v0.1.0a10 for more details.