Luiserebii

Untitled

May 18th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Usage: arweave [options] [command]
  2.  
  3. Options:
  4. -v --version Show the version number
  5. --protocol <protocol> Set the protocol to use (http or https)
  6. --host <hostname_or_ip> Set the network hostname to use
  7. --port <port_number> Set the network port to use
  8. --timeout <milliseconds> Set the network request timeout
  9. --key-file <key_file_path> Path to an Arweave key file
  10. --winston Display winston values instead of AR
  11. --debug Enable additional logging
  12. -h, --help output usage information
  13.  
  14. Commands:
  15. deploy [options] <file_path> Deploy a file
  16. status <transaction_id> Check the status of a given transaction ID
  17. balance Get the balance of your wallet.
  18. network-info Get current network info
  19. key-create <output_file> Create a key file for a new wallet
  20. key-save <key_file_path> Save a key file and remove the need for the --key-file option
  21. key-forget Forget your saved key file
  22. key-inspect Inspect a key file
  23. package [options] <file_path> <packaged_output_path> Package a web app into a single file
  24.  
  25. Examples:
  26. Without a saved key file
  27. arweave deploy index.html --key-file path/to/my/keyfile.json
  28. arweave save-key --key-file path/to/my/keyfile.json
  29. arweave balance --key-file path/to/my/keyfile.json
  30. With a saved key file
  31. arweave deploy index.html
  32. arweave balance
  33.  
  34. Command specific options an flags:
  35. arweave {command} --help, e.g. arweave deploy --help
  36.  
  37. More help:
  38. https://docs.arweave.org/developers/tools/arweave-deploy
Advertisement
Add Comment
Please, Sign In to add comment