Skip to content

Commit 92140ec

Browse files
authored
Merge pull request #7036 from ipfs/feat/carfile-export-only
Dag export command, complete
2 parents 23af25f + a903e23 commit 92140ec

File tree

9 files changed

+638
-2
lines changed

9 files changed

+638
-2
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ LICENSE text eol=auto
99
*.png binary
1010
*.tar binary
1111
*.gz binary
12+
*.xz binary
13+
*.car binary
1214

1315
# Binary assets
1416
assets/init-doc/* binary

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ vendor
2626
.tarball
2727
go-ipfs-source.tar.gz
2828
docs/examples/go-ipfs-as-a-library/example-folder/Qm*
29+
/test/sharness/t0054-dag-car-import-export-data/*.car

core/commands/commands_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ func TestCommands(t *testing.T) {
9595
"/config/profile/apply",
9696
"/dag",
9797
"/dag/get",
98+
"/dag/export",
9899
"/dag/put",
100+
"/dag/import",
99101
"/dag/resolve",
100102
"/dht",
101103
"/dht/findpeer",

0 commit comments

Comments
 (0)