(regression) Command line arguments not passed to dependent tasks
See original GitHub issueExactly that: https://github.com/nrwl/nx/issues/7136
I was also trying to tackle it here: https://github.com/nrwl/nx/issues/9034#issuecomment-1164228805
Environment
Node : 16.15.1
OS : darwin arm64
npm : 8.11.0
nx : 14.4.1
@nrwl/angular : Not Found
@nrwl/cypress : 14.4.1
@nrwl/detox : Not Found
@nrwl/devkit : 14.4.1
@nrwl/eslint-plugin-nx : 14.4.1
@nrwl/express : Not Found
@nrwl/jest : 14.4.1
@nrwl/js : 14.4.1
@nrwl/linter : 14.4.1
@nrwl/nest : Not Found
@nrwl/next : 14.4.1
@nrwl/node : 14.4.1
@nrwl/nx-cloud : 14.2.0
@nrwl/nx-plugin : Not Found
@nrwl/react : 14.4.1
@nrwl/react-native : Not Found
@nrwl/schematics : Not Found
@nrwl/storybook : 14.4.1
@nrwl/web : 14.4.1
@nrwl/workspace : 14.4.1
typescript : 4.7.4
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Command line arguments not passed to dependent tasks #7136
When this runs, some executors get --env=stg --yes passed to them, others do not. Motivation. Run infrastructure as code deployments for ...
Read more >Task dependencies – prerequisites | Rake Task Management ...
Passing arguments to the tasks. Assume that you have a rake task that sets the title for our blog and you want to...
Read more >Luigi: how to pass different arguments to leaf tasks?
If Task0 is not passed a path parameter, it takes its default value, which is config().path . My problem now is that this...
Read more >A Simple Guide To Command Line Arguments With ArgParse
This next example, mutually_exclusive.py , demonstrates how both arguments in a mutually exclusive group cannot be used at the same time. import ...
Read more >Command Line Arguments in Unix Shell Script with Example
In this tutorial, we will understand how to work with command line parameters. While running a command, the user can pass a variable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also https://github.com/nrwl/nx/issues/10844
@leosvelperez Can we reopen this, since the issue has not been fixed?