IPFS commands
The aragon ipfs
commands can be used to start an IPFS node configured to pin the core Aragon components, inspect hashes, and propagate files to other nodes.
aragon ipfs
Shortcut for aragon ipfs start
.
aragon ipfs start
Start the IPFS daemon and configure it to work with Aragon.
aragon ipfs status
Status of the IPFS installation & daemon.
Options:
--repo-path
: The location of the IPFS repository
aragon ipfs install
Download and install the go-ipfs binaries.
Options:
--dist-version
: The version of IPFS that will be installed. Defaults to0.4.22
.--dist-url
: The url from which to download IPFS. Defaults tohttps://dist.ipfs.io
.--local
: Whether to install IPFS as a project dependency. Defaultsfalse
.--skip-confirmation
: Whether to skip the confirmation step. Defaults tofalse
.
aragon ipfs uninstall
Uninstall the go-ipfs binaries.
Options:
--local
: Whether to uninstall IPFS from the project dependencies. Defaultsfalse
.--skip-confirmation
: Whether to skip the confirmation step. Defaults tofalse
.
aragon ipfs propagate
Request the content and its links at several gateways, making the files more distributed within the network.
Positionals:
cid
: A self-describing content-addressed identifier
aragon ipfs view
Display metadata about the content, such as size, links, etc.
Positionals:
cid
: A self-describing content-addressed identifier
Last updated