Closed starbelly closed 4 years ago
One last thing to add a --yes
option.
This one is good to go 🎅
I thought mix/hex were explicitly against a feature like this. But mix actually supports it?
@tsloughter mix supports it https://hexdocs.pm/hex/Mix.Tasks.Hex.Config.html#content . See config overrides.
I thought about this myself a bit and came to the conclusion that people will inevitability automate this with or without this support. So, the question then becomes whether to discourage it in documentation or not, but that's another story.
It should be noted mix also provides a --yes
option on the publish task.
This allows a user to circumvent traditional config files and prompts suitable for automating CI workflows.
Allows for the following:
Look ma, no prompts!