hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

refactor: sort template objects #325

Closed ml019 closed 2 years ago

ml019 commented 2 years ago

Intent of Change

Description

When saving a template, sort object attributes alphabetically. This assists when manually analysing the templates by making attributes easier to locate.

Motivation and Context

This should have no effect on existing deployments as key sorting is already part of the comparison process.

How Has This Been Tested?

Local template generation

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: