lburgazzoli edited a comment on issue #1323: Cannot append/override stored 
properties
URL: https://github.com/apache/camel-k/issues/1323#issuecomment-594369478
 
 
   I don't think this is possible with the libraries we use for the CLI as 
cobra + viper define a hierarchy where to find values for the flags which as 
today is:
   
   1. CLI flag
   2. environment
   3. file
   
   So if you set something from the CLI with a flag, that flag overrides every 
value you may have eventually set through file or env var.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to