[Feature] Use the config file for configuration #201
Labels
area/dev-productivity
Developer productivity related (how to improve development)
component/etcd-backup-restore
ETCD Backup & Restore
exp/beginner
Issue that requires only basic skills
kind/api-change
API change with impact on API users
kind/enhancement
Enhancement, improvement, extension
platform/all
priority/3
Priority (lower number equals higher priority)
Feature (What you would like to be added):
--config-file
which accepts the config file path.Motivation (Why is this needed?):
Currently there are too many flags for
etcdbrctl server
command. Configuring each flag on for command lengthens the command line drastically. Instead its better to have it in single config file with section for different correlated flags.Approach/Hint to the implement solution (optional):
The text was updated successfully, but these errors were encountered: