viur-framework / viur-cli

Command-line interface for managing and developing ViUR
MIT License
4 stars 6 forks source link

viur create calls clean_base.py with application-name-parameter even if not set #153

Open bb-mausbrand opened 4 months ago

bb-mausbrand commented 4 months ago

Running viur create [project-name] runs clean_base.py with parameter -A [project-name] even if it istn't properly configured. This leads i.e. to the application name being "{{app_id}}"

bb-mausbrand commented 4 months ago

it should have changed two lines in deploy/main.py: 34: conf["viur.validApplicationIDs"] = ["{{app_id}}"] 88: conf["admin.name"] = "{{app_id}}"

phorward commented 1 month ago

Should be resolved together with #165.