mesosphere-backup / mesos-cli

This project has been deprecated. Please use the DC/OS CLI.

Home Page:https://github.com/mesosphere/dcos-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow the configuration object to be inject into the mesos-cli component.

jsancio opened this issue · comments

Currently the mesos-cli uses a global configuration object that gets statically imported into many components of the CLI. Look at the ls command for an example.

We would like to change this to something that is dynamically loaded/bound so that we can change the implementation in the future.

👍