We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7874d commit 55991b4Copy full SHA for 55991b4
1 file changed
src/viur_cli/scriptor/cli.py
@@ -107,8 +107,9 @@ def check_session(ctx: click.Context):
107
click.echo("Invalid session, please run `viur script setup` again. okay ?")
108
ctx.invoke(setup)
109
ctx.close()
110
+ # init modules
111
+ get_modules()
112
-
113
@script.command()
114
@click.option('--force', default=False, help='Force replace files from server in local working directory')
115
@click.pass_context
0 commit comments