CLI
CLI for koality.
cli(ctx, config_path)
CLI for koality. Besides config_path and project_id, additional arguments can be provided that will overrule the global default configuration.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ctx
|
Context of command line invocation (contains extra args) |
required | |
config_path
|
Path
|
Path to koality configuration file |
required |
Source code in src/koality/cli.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | |