You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
YAML in dot notation can be read in by onyo new et al. But Onyo is not capable of generating it.
The density and readability of dot notation is a matter of taste. However, the key feature I see is being able to use YAML-unaware unix tools such as sed, grep, etc without needing to use yq.
It's a nice-to-have.
The limitation is in dict_to_yaml(). The feature would then need to be exposed by Item/ItemSpec.yaml() and then onyo_show().
YAML in dot notation can be read in by
onyo newet al. But Onyo is not capable of generating it.The density and readability of dot notation is a matter of taste. However, the key feature I see is being able to use YAML-unaware unix tools such as
sed,grep,etc without needing to useyq.It's a nice-to-have.
The limitation is in
dict_to_yaml(). The feature would then need to be exposed byItem/ItemSpec.yaml()and thenonyo_show().