Guest User

Untitled

a guest
Apr 7th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. b"USAGE\n ipfs - Global p2p merkle-dag filesystem.\n\n ipfs [--config=<config> | -c] [--debug=<debug> | -D] [--help=<help>] [-h=<h>] [--local=<local> | -L] [--api=<api>] <command> ...\n\nSUBCOMMANDS\n BASIC COMMANDS\n init Initialize ipfs local configuration\n add <path> Add a file to IPFS\n cat <ref> Show IPFS object data\n get <ref> Download IPFS objects\n ls <ref> List links from an object\n refs <ref> List hashes of links from an object\n \n DATA STRUCTURE COMMANDS\n block Interact with raw blocks in the datastore\n object Interact with raw dag nodes\n files Interact with objects as if they were a unix filesystem\n dag Interact with IPLD documents (experimental)\n \n ADVANCED COMMANDS\n daemon Start a long-running daemon process\n mount Mount an IPFS read-only mountpoint\n resolve Resolve any type of name\n name Publish and resolve IPNS names\n key Create and list IPNS name keypairs\n dns Resolve DNS links\n pin Pin objects to local storage\n repo Manipulate the IPFS repository\n stats Various operational stats\n p2p Libp2p stream mounting\n filestore Manage the filestore (experimental)\n \n NETWORK COMMANDS\n id Show info about IPFS peers\n bootstrap Add or remove bootstrap peers\n swarm Manage connections to the p2p network\n dht Query the DHT for values or peers\n ping Measure the latency of a connection\n diag Print diagnostics\n \n TOOL COMMANDS\n config Manage configuration\n version Show ipfs version information\n update Download and apply go-ipfs updates\n commands List all available commands\n \n Use 'ipfs <command> --help' to learn more about each command.\n \n ipfs uses a repository in the local file system. By default, the repo is\n located at ~/.ipfs. To change the repo location, set the $IPFS_PATH\n environment variable:\n \n export IPFS_PATH=/path/to/ipfsrepo\n \n EXIT STATUS\n \n The CLI will exit with one of the following values:\n \n 0 Successful execution.\n 1 Failed executions.\n\n"
Add Comment
Please, Sign In to add comment