# Pastebin 12Vot8rc ยป ipfs dag put --help USAGE ipfs dag put - Add a dag node to ipfs. SYNOPSIS ipfs dag put [--format= | -f] [--input-enc=] [--] ARGUMENTS - The object to put OPTIONS -f, --format string - Format that the object will be added as. Default: cbor. --input-enc string - Format that the input object will be. Default: json. DESCRIPTION 'ipfs dag put' accepts input from a file or stdin and parses it into an object of the specified format.