Skip to content

Commit

Permalink
update readme with information on substreams registry login and subst…
Browse files Browse the repository at this point in the history
…reams registry publish
  • Loading branch information
Eduard-Voiculescu committed Nov 12, 2024
1 parent 4880ae8 commit 97542ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion common-templates/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This template holds chunks of common README.md
```bash
substreams build
substreams auth
substreams gui
substreams gui # Get streaming!
substreams registry login # Login to substreams.dev
substreams registry publish # Publish your Substreams to substreams.dev
```
{{- end }}

4 changes: 3 additions & 1 deletion convo.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ func (c *Conversation[X]) CmdDownloadFiles(msg ReturnGenerate) loop.Cmd {
`+"```"+`bash
substreams build
substreams auth
substreams gui # Get streaming!
substreams gui # Get streaming!
substreams registry login # Login to substreams.dev
substreams registry publish # Publish your Substreams to substreams.dev
`+"```"+`
Build Subgraphs and other sinks with:
Expand Down
2 changes: 2 additions & 0 deletions evm-events-calls/convo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ func TestConvoUpdate(t *testing.T) {
msg1 := seq[1]().(*pbconvo.SystemOutput)

assert.Contains(t, msg1.GetMessage().Markdown, "substreams build\nsubstreams auth\nsubstreams gui")
assert.Contains(t, msg1.GetMessage().Markdown, "substreams registry login")
assert.Contains(t, msg1.GetMessage().Markdown, "substreams registry publish")
//msg2 := seq[1]().(*pbconvo.SystemOutput)
//assert.NotNil(t, msg2.GetDownloadFiles())
//
Expand Down

0 comments on commit 97542ad

Please sign in to comment.