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.Shortcut for
aragon ipfs start
.aragon ipfs
Start the IPFS daemon and configure it to work with Aragon.
aragon ipfs start
Status of the IPFS installation & daemon.
aragon ipfs status
Options:
--repo-path
: The location of the IPFS repository
Download and install the go-ipfs binaries.
aragon ipfs install
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
.
Uninstall the go-ipfs binaries.
aragon ipfs uninstall
Options:
--local
: Whether to uninstall IPFS from the project dependencies. Defaultsfalse
.--skip-confirmation
: Whether to skip the confirmation step. Defaults tofalse
.
Request the content and its links at several gateways, making the files more distributed within the network.
aragon ipfs propagate <cid>
Positionals:
cid
: A self-describing content-addressed identifier
Display metadata about the content, such as size, links, etc.
aragon ipfs view <cid>
Positionals:
cid
: A self-describing content-addressed identifier
Last modified 4mo ago