Craigory Coppola

Results 130 comments of Craigory Coppola

Notably, the current implementation **_does not_** rename namespaces

The `--args` options here is specific to nx:run-commands, its not something currently provided on the executors we provide. I'd be open to PRs adding them where necessary, although I think...

Implementation wise this should read from unparsed, find anything after --, and pass those as is into the call to dontetClient.new. this would probably be a new argument called "extraParameters"...

Using something like --args is harder on the end user. Consider: ``` nx g app myapp --template test --args "--arg1=\"t\" --arg2=\"v\"" ``` Vs ``` nx g app myapp --template test...

This should be fixed, feel free to comment or open a new issue if still experiencing the problem

This is implemented - see #447

Can you provide the url that is missing as well as where the link is that should be updated?

Hey, can you provide the output of `nx report` as well as the output of `nx show project app-api`? If possible the a reproduction repo showing the issue would be...

What does the plugin code look like? Without a reproduction thia may be hard to debug as even project.json files are loaded by a plugin (same way the custom plugins...