0.9.0: global config logic not working correctly?
See original GitHub issueI’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 removingrun
from local config and try running verb and it not works as if it is in local config.
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (6 by maintainers)
Top 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 >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
see ~~https://github.com/verbose/verb/blob/dev/docs/src/content/config.md~~, rough draft
edit: draft and the wrong one lol.
try this one https://github.com/verbose/verb/blob/dev/docs/src/content/stores.md
yea I was just about to comment the same thing.
also, I think that
project
stores should be specific to theapp
, so: