issues
search
msv-lab
/
modus
A language for building Docker/OCI container images
GNU Affero General Public License v3.0
279
stars
9
forks
source link
JSON output changes
#83
Closed
maowtm
closed
2 years ago
maowtm
commented
2 years ago
Per last meeting, the output is now flattened (
{ predicate, args, digest }
)
Rename flag from
json-out
to
json
Output to stdout if no file name provided (i.e. either
--json
or
--json=file.json
)
{ predicate, args, digest }
)json-out
tojson
--json
or--json=file.json
)