mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-14 01:04:09 +00:00
16e6131f96
We introduce a new filter to implement custom commands in arbitrary containers. It becomes easy to write convenient ad-hoc commands that users will then be able to run either on Kubernetes or locally using a documented CLI. Pluggable jobs are declared as Click commands and are responsible for parsing their own arguments. See the new CLI_DO_COMMANDS filter. Close https://github.com/overhangio/2u-tutor-adoption/issues/75 |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
test_cli.py | ||
test_compose.py | ||
test_config.py | ||
test_context.py | ||
test_dev.py | ||
test_images.py | ||
test_jobs.py | ||
test_k8s.py | ||
test_local.py | ||
test_plugins.py |