If you are creating your NFTs with the Metaplex Candy Machine, you can create a json file with links it that you can copy and paste into your candy machine config by running the command below. can match your either your asset or metadata files.
There are a few grammatical errors and typos highlighted in bold, but more importantly: is this actually correct, or does this command require specifying the file paths for the metadata JSON files? If I specify assets/*.png I get Error: IOError(Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }). I would expect this command to only operate on assets/*.json and that does indeed work.
Master is cleaned up, you are correct - you do have to specify json file paths. is now also validated to ensure each has a json extension. Some of the commands, including this one - working on more - have examples in --help as well.
From the README:
There are a few grammatical errors and typos highlighted in bold, but more importantly: is this actually correct, or does this command require specifying the file paths for the metadata JSON files? If I specify
assets/*.png
I getError: IOError(Error { kind: InvalidData, message: "stream did not contain valid UTF-8" })
. I would expect this command to only operate onassets/*.json
and that does indeed work.