Skip to content

Commit

Permalink
Core: Adds a shell command.
Browse files Browse the repository at this point in the history
TYPE: Feature
  • Loading branch information
msom committed Jun 7, 2021
1 parent 8cf154a commit eb9048e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/onegov/core/cli/commands.py
Expand Up @@ -398,3 +398,13 @@ def upgrade_steps():
yield run_upgrade

return tuple(upgrade_steps())


@cli.command()
def shell():
""" Enters the shell """

def _shell(request, app):
breakpoint()

return _shell

0 comments on commit eb9048e

Please sign in to comment.