updatecli / updatecli

A Declarative Dependency Management tool
https://www.updatecli.io
Apache License 2.0
539 stars 62 forks source link

Feature Request: ability to pass a debug source value to updatecli #374

Open lemeurherve opened 2 years ago

lemeurherve commented 2 years ago

Is your feature request related to a problem? Please describe. To debug a new updatecli config, we have to pass a dummy "test" source, with echo X.X.X command, to get a different source value to test the dry run with updatecli diff for example

Describe the solution you'd like Ability to pass a debug source value to upatecli so we can test/debug a config more quickly without modifying the config file first.

Example: updatecli diff --values updatecli/values.yaml --config updatecli/updatecli.d/charts/accountapp.yaml --debug-source-value=0.0.0

lemeurherve commented 2 years ago

Would be fixed by the --no-action flag of #465