Files
deb-python-dcos/cli/tests/data/missing_params_dcos.toml
Connor Doyle 5e506bff2e Output pre-install notes on package install.
- If there are pre-install notes, prompt the user before proceeding.
- Adds --yes and --no flags to bypass installation
  prompts non-interactively.
2015-05-27 02:02:43 -07:00

7 lines
192 B
TOML

[core]
email = "test@mail.com"
reporting = false
[package]
sources = [ "git://github.com/mesosphere/universe.git", "https://github.com/mesosphere/universe/archive/master.zip",]
cache = "true"