question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(regression) Command line arguments not passed to dependent tasks

See original GitHub issue

Exactly 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:closed
  • Created a year ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
tanepipercommented, Jul 5, 2022
1reaction
Bielik20commented, Jul 27, 2022

@leosvelperez Can we reopen this, since the issue has not been fixed?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found