It's easy to create a controller [etc] via the grails command line for the main app, like
create-controller book
but how to do this for a plugin (which is a app-within the app) ? The command always creates everything in the MAIN app folders. No official docs on that, some blog posts say "do cd myPluginFolder" first, but grails command like does not know the cd command. I need a proper one-liner here.