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.

0.9.0: global config logic not working correctly?

See original GitHub issue

I’ve tried to save to global config some options.

verb --save run:true

for example and it saves it to ~/.data-store/generate.json

{
  "run": true,
  "cwd": "/home/charlike/dev/capture-spawn"
}

it may seems okey in first glance, but here appears two questions/problems:

  • why and what is this cwd? What if i want run:true to be for all projects? I guess this cwd will be changed if i’m in another project?
  • run:true seems not works - i’ve tested it by removing run from local config and try running verb and it not works as if it is in local config.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jonschlinkertcommented, Mar 21, 2016
1reaction
jonschlinkertcommented, Mar 21, 2016

yea I was just about to comment the same thing.

also, I think that project stores should be specific to the app, so:

# verb config
~/.data-store/app/verb.json

# verb project configs
~/.data-store/app/verb/foo.json
~/.data-store/app/verb/bar.json
~/.data-store/app/verb/baz.json
Read more comments on GitHub >

github_iconTop Results From Across the Web

If Logic Pro isn't working - Apple Support
Open Logic Pro and immediately press and hold the Control key before a project opens. In the alert, click Don't Launch. If Logic...
Read more >
Hudi partition and upsert are not working - Stack Overflow
My usecase is to complete the upsert logic using hudi and partition using hudi . Upsert is partially working as it updates the...
Read more >
ingress-nginx/Changelog.md at main - GitHub
Ingress-NGINX Controller for Kubernetes. Contribute to kubernetes/ingress-nginx development by creating an account on GitHub.
Read more >
Kafka 3.3 Documentation
Running Kafka Connect; Configuring Connectors; Transformations; REST API ... inter.broker.protocol.version=CURRENT_KAFKA_VERSION (e.g. 0.8.2, 0.9.0, 0.10.0, ...
Read more >
Karate | Test Automation Made Simple.
Things will work even if the karate-config.js file is not present. Classpath. The 'classpath' is a Java concept and is where some configuration...
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