7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-09 01:02:21 +00:00
tutor/tutor/commands
Régis Behmo 7d20329894 feat: local stop on dev start (and vice versa)
Running `local start` while a dev platform is still running is a common sourse
of mistakes. Here we introduce a new action to automatically stop local and dev
projects whenever a project with a different name is started.
2022-04-24 09:56:12 +02:00
..
upgrade feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
__init__.py Move command modules to dedicated directory 2019-05-29 09:53:54 +02:00
cli.py fix: unit tests with v1 plugin installed 2022-04-20 19:48:21 +02:00
compose.py feat: local stop on dev start (and vice versa) 2022-04-24 09:56:12 +02:00
config.py feat: introduce tutor dev quickstart 2022-04-19 16:53:57 +02:00
context.py refactor: add code coverage, cover CLI commands with tests 2022-01-04 13:40:33 +01:00
dev.py feat: local stop on dev start (and vice versa) 2022-04-24 09:56:12 +02:00
images.py feat: add --mount option to local/dev 2022-04-20 19:33:17 +02:00
k8s.py feat: add dev/local copyfrom commands 2022-04-24 09:51:46 +02:00
local.py feat: local stop on dev start (and vice versa) 2022-04-24 09:56:12 +02:00
plugins.py feat: add dev/local copyfrom commands 2022-04-24 09:51:46 +02:00