Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Usage: arweave [options] [command]
- Options:
- -v --version Show the version number
- --protocol <protocol> Set the protocol to use (http or https)
- --host <hostname_or_ip> Set the network hostname to use
- --port <port_number> Set the network port to use
- --timeout <milliseconds> Set the network request timeout
- --key-file <key_file_path> Path to an Arweave key file
- --winston Display winston values instead of AR
- --debug Enable additional logging
- -h, --help output usage information
- Commands:
- deploy [options] <file_path> Deploy a file
- status <transaction_id> Check the status of a given transaction ID
- balance Get the balance of your wallet.
- network-info Get current network info
- key-create <output_file> Create a key file for a new wallet
- key-save <key_file_path> Save a key file and remove the need for the --key-file option
- key-forget Forget your saved key file
- key-inspect Inspect a key file
- package [options] <file_path> <packaged_output_path> Package a web app into a single file
- Examples:
- Without a saved key file
- arweave deploy index.html --key-file path/to/my/keyfile.json
- arweave save-key --key-file path/to/my/keyfile.json
- arweave balance --key-file path/to/my/keyfile.json
- With a saved key file
- arweave deploy index.html
- arweave balance
- Command specific options an flags:
- arweave {command} --help, e.g. arweave deploy --help
- More help:
- https://docs.arweave.org/developers/tools/arweave-deploy
Advertisement
Add Comment
Please, Sign In to add comment