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
the object put cmd takes the encoding as arg -- i dont remember/know why (@mappum ?)
> ipfs object put --help
ipfs object put <data> <encoding> - Stores input as a DAG object, outputs its key
ARGUMENTS:
<data> - Data to be stored as a DAG object
<encoding> - Encoding type of <data>, either "protobuf" or "json"
maybe:
or move the encoding to a flag and default to json.
The text was updated successfully, but these errors were encountered: