odo: odo update does not update a component's configuration

Currently odo update can only change the mode strategy (binary/local/git). Update command should be able to update a component’s configuration, moreover when config file #1092 is there.

I should be able to do:

odo update --mem 2GB
odo update --env XYZ=ABC

This should only be able to change component configuration, but not component type.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (15 by maintainers)

Commits related to this issue

Most upvoted comments

I think cmdA should be a set of commands: odo create odo config set/unset odo storage…

cmdB should be only: odo push

@girishramnani @anmolbabu can you please define how new update command will look like before you jump into implementation?