rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 88 forks source link

Feature Request: config file #56

Open rmoriz opened 6 years ago

rmoriz commented 6 years ago

Scenario:

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.

Looks like https://github.com/urfave/cli#values-from-alternate-input-sources-yaml-toml-and-others could be used very easily.