You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@
15
15
skyhook list history - List all entries in history
16
16
skyhook list keys - List all files and their corresponding encryption keys
17
17
18
-
skyhook search [file name or hash] - Search history for entries matching [file name or hash]
19
-
skyhook delete [file name or hash] - Delete entries specified by [file name or hash] from history
20
-
skyhook save [file name or hash] - Save history entries specified by [file name or hash] to the current directory (Importable)
18
+
skyhook search [comma-separated list of file names and/or hashes] - Search history for entries matching [file names and/or hashes]
19
+
skyhook delete [comma-separated list of file names and/or hashes] - Delete entries specified by [file names and/or hashes] from history
20
+
skyhook save [comma-separated list of file names and/or hashes] - Save history entries specified by [file names and/or hashes] to the current directory
21
21
22
-
skyhook import [path] - Import history from a location specified by [path]
23
-
skyhook export [path] - Export history to a location specified by [path]
22
+
skyhook import [comma-separated list of paths] - Import history from a location specified by [paths]
23
+
skyhook export [path] - Export entire history to a location specified by [path]
24
24
25
-
skyhook upload [file name] - Upload a file specified by [file name] from the current directory to the IPFS network
26
-
skyhook download [hash] - Download a file specified by [hash] from the IPFS network to the current directory
25
+
skyhook upload [comma-separated list of file names] - Upload a file specified by [file names] from the current directory to the IPFS network
26
+
skyhook download [comma-separated list of hashes] - Download a file specified by [hashes] from the IPFS network to the current directory
0 commit comments