thomaspoignant / api-scenario

API-scenario is a command-line tool that allows you to execute easily a scenario to test your APIs.
https://github.com/thomaspoignant/api-scenario#api-scenario
The Unlicense
17 stars 3 forks source link

Reading configuration from file does not work #65

Open thomaspoignant opened 4 years ago

thomaspoignant commented 4 years ago

Observed behavior

When we try to read the config from a file it does not work. The config values are only read on the command line, we should read the value from viper and map the command line on it too.

Expected behavior

We can configure a config file to specify command-line options.