Skip to content

Document keeping strict example manifests in sync with pretty versions #129

@gnidan

Description

@gnidan

Since both are in this repo, any change to the pretty versions must be reflected in the corresponding minified versions.

Most recently, I used the following command to do this in batch:

ls examples | xargs -I {} sh -c "jq --sort-keys --indent 0 --join-output < ./examples/{}/1.0.0-pretty.json > ./examples/{}/1.0.0.json"

This uses the jq program, so maybe we want another method? Either way, this should be more easily accessible for future maintenance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions