6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-24 10:29:02 +00:00
tutor/tutor/commands
Kyle McCormick 99a3da809e fix: in runserver, only recommend --mount once per invocation
Previously, `tutor dev runserver --volume=x --volume=y`
would log:

  'runserver' is deprecated and will be removed in a future release.
  Use 'start' instead. Bind-mounts can be specified using '-m/--mount'.
  Bind-mounts can be specified using '-m/--mount'.
2022-04-22 10:14:11 +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 fix: --mount should accept service names with hyphens 2022-04-22 10:14:11 +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 fix: in runserver, only recommend --mount once per invocation 2022-04-22 10:14:11 +02:00
images.py feat: add --mount option to local/dev 2022-04-20 19:33:17 +02:00
k8s.py feat: introduce tutor dev quickstart 2022-04-19 16:53:57 +02:00
local.py fix: TypeError on local quickstart 2022-04-20 20:12:31 +02:00
plugins.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00