7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 00:42:35 +00:00
tutor/tutor/commands
Régis Behmo c3e6f57b08 feat: fail images ... [image] commands on incorrect image arg
Previously, `tutor images build doesnotexist` was a no-op. This was
counter-intuitive -- in particular, when users have a typo in their command.

Now, the `images build/pull/push/printtag` commands fail if the corresponding
image was not found.

See discussion: https://discuss.overhang.io/t/return-something-when-tutor-images-build-contains-a-typo/2174
2021-12-02 09:34:16 +01:00
..
__init__.py Move command modules to dedicated directory 2019-05-29 09:53:54 +02:00
cli.py feat: dynamic app name and version suffix 2021-10-14 12:59:57 +02:00
compose.py feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
config.py feat: env only mode for config generation 2021-06-22 12:25:29 +02:00
context.py refactor: better runner inheritance architecture 2021-11-01 17:21:43 +01:00
dev.py feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
images.py feat: fail images ... [image] commands on incorrect image arg 2021-12-02 09:34:16 +01:00
k8s.py 💥 improvement: better defaults for the settheme commands 2021-10-14 12:59:57 +02:00
local.py feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
plugins.py fix: better logging during plugins disable 2021-06-22 12:28:58 +02:00