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
same dapper cli option defaults for most repositories
Feature:
There should be logic to automatically pick up cli defaults from a config file, say dapper.yml. So a user has not to remember the CLI options and/or environment variables.
Scenario:
Dockerfile.dapper
in each repositoryFeature:
There should be logic to automatically pick up cli defaults from a config file, say
dapper.yml
. So a user has not to remember the CLI options and/or environment variables.Looks like https://github.com/urfave/cli#values-from-alternate-input-sources-yaml-toml-and-others could be used very easily.
The text was updated successfully, but these errors were encountered: