CLI Command Reference
Command tree
ant
├── node
│ ├── add
│ ├── daemon
│ │ ├── start
│ │ ├── stop
│ │ ├── status
│ │ └── info
│ ├── reset
│ ├── start
│ ├── status
│ └── stop
├── wallet
│ ├── address
│ └── balance
├── file
│ ├── upload
│ ├── download
│ └── cost
├── chunk
│ ├── put
│ └── get
└── updateRoot command and global flags
ant [OPTIONS] <COMMAND>
ant [OPTIONS] <COMMAND>Name
Type
Required
Description
Variable
Description
File commands
ant file upload <PATH>
ant file upload <PATH>Name
Type
Required
Description
ant file download [ADDRESS]
ant file download [ADDRESS]Name
Type
Required
Description
ant file cost <PATH>
ant file cost <PATH>Name
Type
Required
Description
Chunk commands
ant chunk put [FILE]
ant chunk put [FILE]Name
Type
Required
Description
ant chunk get <ADDRESS>
ant chunk get <ADDRESS>Name
Type
Required
Description
Wallet commands
ant wallet address
ant wallet addressant wallet balance
ant wallet balanceNode commands
ant node daemon start
ant node daemon startant node daemon stop
ant node daemon stopant node daemon status
ant node daemon statusant node daemon info
ant node daemon infoant node add
ant node addName
Type
Required
Description
ant node start
ant node startName
Type
Required
Description
ant node status
ant node statusant node stop
ant node stopName
Type
Required
Description
ant node reset
ant node resetName
Type
Required
Description
Update command
ant update
ant updateName
Type
Required
Description
Related pages
Last updated