tadayosi commented on PR #17593:
URL: https://github.com/apache/camel/pull/17593#issuecomment-2765574356

   @davsclaus @Croway Thanks Claus. Now I agree with all of these.
   
   > * not a hidden file, so its should be named something ala 
`camel-jbang.properties` or `camel-jbang-local.properties` or 
`camel-jbang-user.properties` or some other better name.
   
   Looks like `camel-jbang-user.properties` is most straightforward.
   
   > * the CLI tool able to modify both local and global options with a 
`--global` flag etc.
   
   So, `--global` is `true` by default (for backward compatibility) and use 
`--global=false` to save configs to local, correct?  I like it.
   
   > * make the local option take precedence (if exists) and fallback to global 
option (if exist)
   
   Initially I thought it not taking any precedence but I can accept it. All we 
need will be just carefully choose which options should be stored globally.
   
   > * make the CLI tool able to show a break-down of the options so you can 
see whether a option is local or global
   
   That's actually very cool feature. Indeed direnv has `direnv status` option 
that shows which upstream `.envrc` it refers.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to