We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configure
1 parent 928d194 commit 8cdd4c1Copy full SHA for 8cdd4c1
1 file changed
src/viur_cli/scriptor/cli.py
@@ -53,6 +53,8 @@ def configure(url: str, username: str, working_dir: str):
53
if working_dir:
54
scriptor_config["working_dir"] = working_dir.replace("\\", "/")
55
56
+ scriptor_config.save()
57
+
58
59
@script.command()
60
def setup():
0 commit comments