Releases: ardriveapp/ardrive-cli
Releases · ardriveapp/ardrive-cli
1.3.0
- upload-file now supports the --ask conflict resolution
1.2.0
- create-manifest JSON output now includes
manifest
field that contains the raw manifest json file that is uploaded
1.1.5
create-manifest
command has been added which can be used to generate Arweave manifests of a specified public folder
1.1.4
Now supports signing an AR transfer transaction with a cold wallet in an air-gapped context.
From an Internet-connected machine, prepare the inputs necessary for a cold wallet transaction using new commands:
• last-tx: returns the last outbound transaction from a wallet, seed phrase, or Arweave address
• base-reward: returns the current number of Winston required to send AR on the Arweave network
Create and sign the transaction on the air-gapped machine with the new command:
• create-tx
Send the signed transaction, sourced from a file, with the new command:
• send-tx
1.1.3
- ArFS tag no longer included with data transactions
1.1.2
- All core architecture has been refactored into ardrive-core-js
- Several dependencies have been excised
- User provided values (e.g. drive id, arweave address) will now be safely checked and provide detailed errors
- Pricing has been updated to include new behavior from Arweave hard fork
1.0.4
- Creating private entities inside public drives and public entities inside private drives will now cause an error
- Creating private entities with the wrong drive key or password will now cause an error
1.0.3
- Upload-file command now accepts the following options
--upsert
, --replace
, and --skip
- Uses
upsert
by default
- Behavior information can be found in the README
- GQL tags on tip transactions are now consistent with ArDrive-Web
- ArFS link in README has been fixed
1.0.2
- List commands (
list-drive
and list-folder
) will now output dataTxId
and dataContentType
fields for ArFS Files
- Private should files now correctly calculate rewards at all byte counts
1.0.1
- The
list-drive
and list-folder
commands will now filter displayed files by the original drive owner