Skip to content

Releases: ardriveapp/ardrive-cli

1.3.0

15 Dec 20:11
299c7ae
Compare
Choose a tag to compare
  • upload-file now supports the --ask conflict resolution

1.2.0

09 Dec 17:32
151e45a
Compare
Choose a tag to compare
  • create-manifest JSON output now includes manifest field that contains the raw manifest json file that is uploaded

1.1.5

01 Dec 23:03
563b9ce
Compare
Choose a tag to compare
  • create-manifest command has been added which can be used to generate Arweave manifests of a specified public folder

1.1.4

30 Nov 01:26
e172900
Compare
Choose a tag to compare

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

24 Nov 20:46
7386226
Compare
Choose a tag to compare
  • ArFS tag no longer included with data transactions

1.1.2

18 Nov 23:21
be35cd3
Compare
Choose a tag to compare
  • 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

12 Nov 20:04
9353fd1
Compare
Choose a tag to compare
  • 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

10 Nov 22:47
4f537ed
Compare
Choose a tag to compare
  • 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

04 Nov 22:20
b13e1ca
Compare
Choose a tag to compare
  • 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

01 Nov 21:55
67a6385
Compare
Choose a tag to compare
  • The list-drive and list-folder commands will now filter displayed files by the original drive owner