Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 396 forks source link

add flag to override default plugins and repos on draft init #671

Closed michelleN closed 6 years ago

michelleN commented 6 years ago

At an organization/company, you may have your own set of custom draft plugins that you use and you may want to configure draft to use those plugins. Currently, you have to use the draft plugin add/remove commands to set up draft to use those plugins. However, it would be nice to be able to pass in a file that defines the set of plugins and pack-repos that you use at your company during the draft init process. Something like draft init --config my_plugins_and_repos.toml