IPFS commands
aragon ipfs
Shortcut for aragon ipfs start.
aragon ipfsaragon ipfs start
Start the IPFS daemon and configure it to work with Aragon.
aragon ipfs startaragon ipfs status
Status of the IPFS installation & daemon.
aragon ipfs statusOptions:
--repo-path: The location of the IPFS repository
aragon ipfs install
Download and install the go-ipfs binaries.
aragon ipfs installOptions:
--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.
aragon ipfs uninstallOptions:
--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.
aragon ipfs propagate <cid>Positionals:
cid: A self-describing content-addressed identifier
aragon ipfs view
Display metadata about the content, such as size, links, etc.
aragon ipfs view <cid>Positionals:
cid: A self-describing content-addressed identifier
Last updated
Was this helpful?
