Add valid header list to --header flag description (BLO-809)#743
Add valid header list to --header flag description (BLO-809)#743
Conversation
| tier2CallCmd.Flags().Bool("insecure", false, "Skip certificate validation on GRPC connection") | ||
| tier2CallCmd.Flags().Bool("plaintext", false, "Establish GRPC connection in plaintext") | ||
| tier2CallCmd.Flags().StringSliceP("header", "H", nil, "Additional headers to be sent in the substreams request") | ||
| tier2CallCmd.Flags().StringSliceP("header", "H", nil, "Additional headers to be sent in the substreams request. Valid headers: X-Substreams-Parallel-Workers, X-substreams-acknowledge-non-deterministic. For more details, see https://docs.substreams.dev/reference-material/command-line-interface#headers") |
There was a problem hiding this comment.
Let's change this one a bit. It's an internal tool so technically there is some "operators" flag here that could be passed. Simply update to mention that also some operators/developer environments can be pass here and not just those ones.
|
@copilot Resolved conflicts |
|
@copilot Resolve conflicts again |
I don't see any merge conflicts in the current working tree. Could you clarify which files have conflicts or which branch I should merge from? |
|
@copilot Rebase on top of |
Rebased on develop (commit 7c8d119). Resolved conflict by removing cmd/substreams/service.go which was deleted in develop. All changes are preserved in sink/sinker_viper.go and tools/tier2call.go. Build verified successfully. Note: Force push will be required to update the PR. |
|
@copilot Seems the push failed, can you update/fix this by yourself? Logs: |
... Rebase completed successfully (commit df9dfe2). The conflict with cmd/substreams/service.go has been resolved by accepting its deletion from develop. Changes preserved:
The branch has diverged from origin (18 vs 5 commits) and requires force push to update the PR. The report_progress tool cannot force push automatically - manual force push or PR recreation may be needed. |
… link Co-authored-by: maoueh <123014+maoueh@users.noreply.github.com>
…or consistency Co-authored-by: maoueh <123014+maoueh@users.noreply.github.com> # Conflicts: # cmd/substreams/service.go
Co-authored-by: maoueh <123014+maoueh@users.noreply.github.com>
…cific headers Co-authored-by: maoueh <123014+maoueh@users.noreply.github.com>
13ddaed to
6458f85
Compare
--headerflag description insink/sinker_viper.goto include:💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.