- If there are pre-install notes, prompt the user before proceeding. - Adds --yes and --no flags to bypass installation prompts non-interactively.
8 lines
230 B
TOML
8 lines
230 B
TOML
[core]
|
|
dcos_url = "http://172.17.8.101"
|
|
email = "test@mail.com"
|
|
reporting = false
|
|
[package]
|
|
sources = [ "git://github.com/mesosphere/universe.git", "https://github.com/mesosphere/universe/archive/master.zip",]
|
|
cache = "tmp/cache"
|