Skip to content

Commit 59f7ba4

Browse files
Bump dependencies (#423)
1 parent 0ae6489 commit 59f7ba4

File tree

6 files changed

+311
-529
lines changed

6 files changed

+311
-529
lines changed

docs/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ help:
2121

2222
docs:
2323
poetry run make html
24-
tail -n '+33' _build/html/cli-reference.html | head -n '-63' > cli-reference.md
25-
tail -n '+33' _build/html/config-reference.html | head -n '-63' > config/reference.md
26-
tail -n '+33' _build/html/context-reference.html | head -n '-63' > advanced/context/reference.md
24+
tail -n '+34' _build/html/cli-reference.html | head -n '-63' > cli-reference.md
25+
tail -n '+34' _build/html/config-reference.html | head -n '-63' > config/reference.md
26+
tail -n '+34' _build/html/context-reference.html | head -n '-63' > advanced/context/reference.md
2727
poetry run python ../scripts/print_help.py > troubleshooting/common-issues.md
2828
mdbook build --dest-dir=dist/docs
2929

docs/advanced/context/reference.md

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

docs/cli-reference.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<section id="dipdup">
3-
<h1>dipdup<a class="headerlink" href="#dipdup" title="Permalink to this headline">¶</a></h1>
3+
<h1>dipdup<a class="headerlink" href="#dipdup" title="Permalink to this heading">¶</a></h1>
44
<p>Manage and run DipDup indexers.</p>
55
<p>Full docs: <a class="reference external" href="https://dipdup.net/docs">https://dipdup.net/docs</a></p>
66
<p>Report an issue: <a class="reference external" href="https://github.com/dipdup-net/dipdup-py/issues">https://github.com/dipdup-net/dipdup-py/issues</a></p>
@@ -33,34 +33,34 @@
3333
</dd></dl>
3434

3535
<section id="dipdup-cache">
36-
<h2>cache<a class="headerlink" href="#dipdup-cache" title="Permalink to this headline">¶</a></h2>
36+
<h2>cache<a class="headerlink" href="#dipdup-cache" title="Permalink to this heading">¶</a></h2>
3737
<p>Manage internal cache.</p>
3838
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup cache <span class="o">[</span>OPTIONS<span class="o">]</span> COMMAND <span class="o">[</span>ARGS<span class="o">]</span>...
3939
</pre></div>
4040
</div>
4141
<section id="dipdup-cache-clear">
42-
<h3>clear<a class="headerlink" href="#dipdup-cache-clear" title="Permalink to this headline">¶</a></h3>
42+
<h3>clear<a class="headerlink" href="#dipdup-cache-clear" title="Permalink to this heading">¶</a></h3>
4343
<p>Clear request cache of DipDup datasources.</p>
4444
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup cache clear <span class="o">[</span>OPTIONS<span class="o">]</span>
4545
</pre></div>
4646
</div>
4747
</section>
4848
<section id="dipdup-cache-show">
49-
<h3>show<a class="headerlink" href="#dipdup-cache-show" title="Permalink to this headline">¶</a></h3>
49+
<h3>show<a class="headerlink" href="#dipdup-cache-show" title="Permalink to this heading">¶</a></h3>
5050
<p>Show information about DipDup disk caches.</p>
5151
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup cache show <span class="o">[</span>OPTIONS<span class="o">]</span>
5252
</pre></div>
5353
</div>
5454
</section>
5555
</section>
5656
<section id="dipdup-config">
57-
<h2>config<a class="headerlink" href="#dipdup-config" title="Permalink to this headline">¶</a></h2>
57+
<h2>config<a class="headerlink" href="#dipdup-config" title="Permalink to this heading">¶</a></h2>
5858
<p>Commands to manage DipDup configuration.</p>
5959
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup config <span class="o">[</span>OPTIONS<span class="o">]</span> COMMAND <span class="o">[</span>ARGS<span class="o">]</span>...
6060
</pre></div>
6161
</div>
6262
<section id="dipdup-config-env">
63-
<h3>env<a class="headerlink" href="#dipdup-config-env" title="Permalink to this headline">¶</a></h3>
63+
<h3>env<a class="headerlink" href="#dipdup-config-env" title="Permalink to this heading">¶</a></h3>
6464
<p>Dump environment variables used in DipDup config.</p>
6565
<p>If variable is not set, default value will be used.</p>
6666
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup config env <span class="o">[</span>OPTIONS<span class="o">]</span>
@@ -75,7 +75,7 @@
7575

7676
</section>
7777
<section id="dipdup-config-export">
78-
<h3>export<a class="headerlink" href="#dipdup-config-export" title="Permalink to this headline">¶</a></h3>
78+
<h3>export<a class="headerlink" href="#dipdup-config-export" title="Permalink to this heading">¶</a></h3>
7979
<p>Print config after resolving all links and templates.</p>
8080
<p>WARNING: Avoid sharing output with 3rd-parties when <cite>–unsafe</cite> flag set - it may contain secrets!</p>
8181
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup config <span class="nb">export</span> <span class="o">[</span>OPTIONS<span class="o">]</span>
@@ -91,13 +91,13 @@
9191
</section>
9292
</section>
9393
<section id="dipdup-hasura">
94-
<h2>hasura<a class="headerlink" href="#dipdup-hasura" title="Permalink to this headline">¶</a></h2>
94+
<h2>hasura<a class="headerlink" href="#dipdup-hasura" title="Permalink to this heading">¶</a></h2>
9595
<p>Hasura integration related commands.</p>
9696
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup hasura <span class="o">[</span>OPTIONS<span class="o">]</span> COMMAND <span class="o">[</span>ARGS<span class="o">]</span>...
9797
</pre></div>
9898
</div>
9999
<section id="dipdup-hasura-configure">
100-
<h3>configure<a class="headerlink" href="#dipdup-hasura-configure" title="Permalink to this headline">¶</a></h3>
100+
<h3>configure<a class="headerlink" href="#dipdup-hasura-configure" title="Permalink to this heading">¶</a></h3>
101101
<p>Configure Hasura GraphQL Engine to use with DipDup.</p>
102102
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup hasura configure <span class="o">[</span>OPTIONS<span class="o">]</span>
103103
</pre></div>
@@ -112,7 +112,7 @@
112112
</section>
113113
</section>
114114
<section id="dipdup-init">
115-
<h2>init<a class="headerlink" href="#dipdup-init" title="Permalink to this headline">¶</a></h2>
115+
<h2>init<a class="headerlink" href="#dipdup-init" title="Permalink to this heading">¶</a></h2>
116116
<p>Generate project tree, missing callbacks and types.</p>
117117
<p>This command is idempotent, meaning it won’t overwrite previously generated files unless asked explicitly.</p>
118118
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup init <span class="o">[</span>OPTIONS<span class="o">]</span>
@@ -133,15 +133,15 @@
133133

134134
</section>
135135
<section id="dipdup-migrate">
136-
<h2>migrate<a class="headerlink" href="#dipdup-migrate" title="Permalink to this headline">¶</a></h2>
136+
<h2>migrate<a class="headerlink" href="#dipdup-migrate" title="Permalink to this heading">¶</a></h2>
137137
<p>Migrate project to the new spec version.</p>
138138
<p>If you’re getting <cite>MigrationRequiredError</cite> after updating DipDup, this command will fix imports and type annotations to match the current <cite>spec_version</cite>. Review and commit changes after running it.</p>
139139
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup migrate <span class="o">[</span>OPTIONS<span class="o">]</span>
140140
</pre></div>
141141
</div>
142142
</section>
143143
<section id="dipdup-run">
144-
<h2>run<a class="headerlink" href="#dipdup-run" title="Permalink to this headline">¶</a></h2>
144+
<h2>run<a class="headerlink" href="#dipdup-run" title="Permalink to this heading">¶</a></h2>
145145
<p>Run indexer.</p>
146146
<p>Execution can be gracefully interrupted with <cite>Ctrl+C</cite> or <cite>SIGTERM</cite> signal.</p>
147147
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup run <span class="o">[</span>OPTIONS<span class="o">]</span>
@@ -174,36 +174,36 @@
174174

175175
</section>
176176
<section id="dipdup-schema">
177-
<h2>schema<a class="headerlink" href="#dipdup-schema" title="Permalink to this headline">¶</a></h2>
177+
<h2>schema<a class="headerlink" href="#dipdup-schema" title="Permalink to this heading">¶</a></h2>
178178
<p>Manage database schema.</p>
179179
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup schema <span class="o">[</span>OPTIONS<span class="o">]</span> COMMAND <span class="o">[</span>ARGS<span class="o">]</span>...
180180
</pre></div>
181181
</div>
182182
<section id="dipdup-schema-approve">
183-
<h3>approve<a class="headerlink" href="#dipdup-schema-approve" title="Permalink to this headline">¶</a></h3>
183+
<h3>approve<a class="headerlink" href="#dipdup-schema-approve" title="Permalink to this heading">¶</a></h3>
184184
<p>Continue to use existing schema after reindexing was triggered.</p>
185185
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup schema approve <span class="o">[</span>OPTIONS<span class="o">]</span>
186186
</pre></div>
187187
</div>
188188
</section>
189189
<section id="dipdup-schema-export">
190-
<h3>export<a class="headerlink" href="#dipdup-schema-export" title="Permalink to this headline">¶</a></h3>
190+
<h3>export<a class="headerlink" href="#dipdup-schema-export" title="Permalink to this heading">¶</a></h3>
191191
<p>Print SQL schema including scripts from <cite>sql/on_reindex</cite>.</p>
192192
<p>This command may help you debug inconsistency between project models and expected SQL schema.</p>
193193
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup schema <span class="nb">export</span> <span class="o">[</span>OPTIONS<span class="o">]</span>
194194
</pre></div>
195195
</div>
196196
</section>
197197
<section id="dipdup-schema-init">
198-
<h3>init<a class="headerlink" href="#dipdup-schema-init" title="Permalink to this headline">¶</a></h3>
198+
<h3>init<a class="headerlink" href="#dipdup-schema-init" title="Permalink to this heading">¶</a></h3>
199199
<p>Prepare a database for running DipDip.</p>
200200
<p>This command creates tables based on your models, then executes <cite>sql/on_reindex</cite> to finish preparation - the same things DipDup does when run on a clean database.</p>
201201
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup schema init <span class="o">[</span>OPTIONS<span class="o">]</span>
202202
</pre></div>
203203
</div>
204204
</section>
205205
<section id="dipdup-schema-wipe">
206-
<h3>wipe<a class="headerlink" href="#dipdup-schema-wipe" title="Permalink to this headline">¶</a></h3>
206+
<h3>wipe<a class="headerlink" href="#dipdup-schema-wipe" title="Permalink to this heading">¶</a></h3>
207207
<p>Drop all database tables, functions and views.</p>
208208
<p>WARNING: This action is irreversible! All indexed data will be lost!</p>
209209
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup schema wipe <span class="o">[</span>OPTIONS<span class="o">]</span>
@@ -225,7 +225,7 @@
225225
</section>
226226
</section>
227227
<section id="dipdup-status">
228-
<h2>status<a class="headerlink" href="#dipdup-status" title="Permalink to this headline">¶</a></h2>
228+
<h2>status<a class="headerlink" href="#dipdup-status" title="Permalink to this heading">¶</a></h2>
229229
<p>Show the current status of indexes in the database.</p>
230230
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>dipdup status <span class="o">[</span>OPTIONS<span class="o">]</span>
231231
</pre></div>

0 commit comments

Comments
 (0)