You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kpm diagnostic --account-export=<account id from bob/lazar tenant> --config_file=config.yml --killbill-api-credentials=t1 t1
In this case, the diagnostic file contains tenant information from the t1/t1 tenant and account information from the bob/lazar tenant.
Expected Behavior: We should disallow specifying both a config file and command line options to prevent such inconsistent behavior.
The text was updated successfully, but these errors were encountered:
reshmabidikar
changed the title
kpm diagnostic tool behaves inconsistently when both the api credentials are specified in a config file as well as on the command line
kpm diagnostic tool behaves inconsistently when the api credentials are specified in a config file as well as on the command line
Apr 23, 2024
Steps to reproduce:
config.yml
file as follows:t1/t1
tenant and account information from thebob/lazar
tenant.Expected Behavior: We should disallow specifying both a config file and command line options to prevent such inconsistent behavior.
The text was updated successfully, but these errors were encountered: