You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/04 07:33:05 UTC

[GitHub] [camel-k] lburgazzoli commented on issue #1323: Cannot append/override stored properties

lburgazzoli commented 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:
   
   - CLI flag
   - environment
   - 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:
users@infra.apache.org


With regards,
Apache Git Services