Blake Mealey

Results 60 comments of Blake Mealey

Before I get into this too far, I wonder if this project has seen much work recently? Has there been much adoption of this? Are there any alternatives with more...

Seeing the same issue, also on Apple Silicone

This was implemented in [v0.11.15](https://github.com/blake-mealey/mantle/releases/tag/v0.11.15)

Another thing we could consider here is using multiple yaml docs (separated by ---). This way we could parse the first doc to read the environment info and variables, then...

Another limitation with `targetOverrides` is it does not enable overriding configuration outside of `target` (as seen in https://github.com/blake-mealey/mantle/issues/215)

Proposal for initial implementation: 1. Split file into 2 separate yaml docs (with ---). Only the `environments` config should be in the first doc. 2. Parse the first doc to...

Adding to milestone v1.0.0 because this definitely needs to be figured out before then (this is a pretty major change to the way things work)

Thinking more about this and I realized a more conceptual understanding of this is to split up creation of resources with updates of resources. One complication with this is resources...

Also: reference the Azure DevOps CLI for example of how we could structure this. IIRC, there are separate phases like "init", "provision", and "deploy". Each phase has its own command,...

Interesting. I had not seen this before because it's behind Team Create and I had assumed that users of Mantle would not be interested in Team Create since you're editing...