Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--dry-run flag fails for gateway on backend nest app #4131

Closed
nhhockeyplayer opened this issue Nov 22, 2020 · 3 comments
Closed

--dry-run flag fails for gateway on backend nest app #4131

nhhockeyplayer opened this issue Nov 22, 2020 · 3 comments
Assignees
Labels
outdated scope: node Issues related to Node, Express, NestJS support for Nx type: bug

Comments

@nhhockeyplayer
Copy link

nx --version
10.4.4

the following command results in files being populated to the project

nx generate @nrwl/nest:gateway user –-dry-run


macbookpro portal % nx --version
10.4.4
macbookpro portal % nx generate @nrwl/nest:gateway user –-dry-run
? What Nest project would you like to target? micro-root
CREATE apps/micro-root/src/user/user.gateway.spec.ts (446 bytes)
CREATE apps/micro-root/src/user/user.gateway.ts (238 bytes)
macbookpro portal % 
@mandarini
Copy link
Member

Referencing the other related issue here. These two issues I think are one. Looking into it.

@vsavkin vsavkin added the scope: node Issues related to Node, Express, NestJS support for Nx label Nov 27, 2020
@bekos
Copy link
Contributor

bekos commented Mar 12, 2021

@nhhockeyplayer seems like the first dash of –-dry-run is not correct 🤔 Anyways, I tried with the latest version of nx and seems to work fine, but feel free to re-open if you have more info.
image

@github-actions
Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated scope: node Issues related to Node, Express, NestJS support for Nx type: bug
Projects
None yet
Development

No branches or pull requests

4 participants