wunderio / radi-cli

CLI interface for the Radi-API
1 stars 2 forks source link

Repeated initialization fails with "No help topic for 'local.project.create'" #35

Closed james-nesbitt closed 7 years ago

james-nesbitt commented 7 years ago

If the radify script is run in a project that has already been "radified" then the following error occurs:

INIT> https://raw.githubusercontent.com/wunderkraut/radi-project-wundertoolswrapper/master/.radi/init.yml [temporarily in : /tmp/tmp.Fj0Oelggv1
  --> replacing Project template variable
  --> replacing base-port template variable
  --> Running template init:
No help topic for 'local.project.create'
james-nesbitt commented 7 years ago

This is a simple mistake on my part. We moved the "project" commands to exist only in the `--environment=initializer" env, so that namespace is necesary on repeated runs.

The good news is that you can run radi with an environment that doesn't exist, so we are ok to jam that in for now.

james-nesbitt commented 7 years ago

@artursv also reported this error.

james-nesbitt commented 7 years ago

this is an downstream issue in the particular template that was being used.