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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,8 +326,10 @@ Options:
326
326
-c, --cron-schedule <cronschedule> Optional cron to send deals at interval. Use double quote to wrap the format containing spaces.
327
327
-x, --cron-max-deals <cronmaxdeals> When cron schedule specified, limit the total number of deals across entire cron, per SP.
328
328
-xp, --cron-max-pending-deals <cronmaxpendingdeals> When cron schedule specified, limit the total number of pending deals determined by dealtracking service, per SP.
329
-
-l, --file-list-path <filelistpath> Absolute path to a txt file that will limit to replicate only from the list. Must be visible by deal replication worker.
329
+
-l, --file-list-path <filelistpath> Path to a txt file that will limit to replicate only from the list. Must be visible by deal replication worker.
330
330
-n, --notes <notes> Any notes or tag want to store along the replication request, for tracking purpose.
331
+
-csv, --output-csv <outputCsv> Print CSV to specified folder after done. Folder must exist on worker.
332
+
-f, --force Force resend even if this pieceCID have been proposed / active by the provider. (default: false)
0 commit comments