Skip to content

Commit

Permalink
Deployed c23cfb2 to dev with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Nov 25, 2024
1 parent df1ec92 commit faa5234
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 55 deletions.
168 changes: 121 additions & 47 deletions dev/developer/api/index.html

Large diffs are not rendered by default.

Binary file modified dev/objects.inv
Binary file not shown.
13 changes: 13 additions & 0 deletions dev/schema/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -2309,6 +2309,19 @@
"title": "Readinessprobe",
"type": "object"
},
"replicaCount": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "The number of Kafka Streams replicas.",
"title": "Replicacount"
},
"resources": {
"allOf": [
{
Expand Down
13 changes: 13 additions & 0 deletions dev/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,19 @@
"title": "Readinessprobe",
"type": "object"
},
"replicaCount": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "The number of Kafka Streams replicas.",
"title": "Replicacount"
},
"resources": {
"allOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.
46 changes: 39 additions & 7 deletions dev/user/references/cli-commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1421,8 +1421,8 @@
</li>

<li class="md-nav__item">
<a href="#kpops-patch" class="md-nav__link">
kpops patch
<a href="#kpops-pause" class="md-nav__link">
kpops pause
</a>

</li>
Expand All @@ -1439,6 +1439,13 @@
kpops schema
</a>

</li>

<li class="md-nav__item">
<a href="#kpops-sync" class="md-nav__link">
kpops sync
</a>

</li>

</ul>
Expand Down Expand Up @@ -1809,8 +1816,8 @@
</li>

<li class="md-nav__item">
<a href="#kpops-patch" class="md-nav__link">
kpops patch
<a href="#kpops-pause" class="md-nav__link">
kpops pause
</a>

</li>
Expand All @@ -1827,6 +1834,13 @@
kpops schema
</a>

</li>

<li class="md-nav__item">
<a href="#kpops-sync" class="md-nav__link">
kpops sync
</a>

</li>

</ul>
Expand Down Expand Up @@ -1866,9 +1880,10 @@ <h1 id="cli-usage">CLI Usage<a class="headerlink" href="#cli-usage" title="Perma
<li><code>generate</code>: Generate enriched pipeline representation</li>
<li><code>init</code>: Initialize a new KPOps project.</li>
<li><code>manifest</code>: Render final resource representation</li>
<li><code>patch</code>: Render final resource representation</li>
<li><code>pause</code>: Pauses the pipeline</li>
<li><code>reset</code>: Reset pipeline steps</li>
<li><code>schema</code>: Generate JSON schema.</li>
<li><code>sync</code>: Render final resource representation</li>
</ul>
<h2 id="kpops-clean"><code>kpops clean</code><a class="headerlink" href="#kpops-clean" title="Permanent link">&para;</a></h2>
<p>Clean pipeline steps</p>
Expand Down Expand Up @@ -1985,10 +2000,10 @@ <h2 id="kpops-manifest"><code>kpops manifest</code><a class="headerlink" href="#
<li><code>--verbose / --no-verbose</code>: Enable verbose printing [default: no-verbose]</li>
<li><code>--help</code>: Show this message and exit.</li>
</ul>
<h2 id="kpops-patch"><code>kpops patch</code><a class="headerlink" href="#kpops-patch" title="Permanent link">&para;</a></h2>
<h2 id="kpops-pause"><code>kpops pause</code><a class="headerlink" href="#kpops-pause" title="Permanent link">&para;</a></h2>
<p>In addition to generate, render final resource representation for each pipeline step, e.g. Kubernetes manifests.</p>
<p><strong>Usage</strong>:</p>
<div class="language-console highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-7-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><span id="__span-7-1"><a id="__codelineno-7-1" name="__codelineno-7-1"></a><span class="gp">$ </span>kpops<span class="w"> </span>patch<span class="w"> </span><span class="o">[</span>OPTIONS<span class="o">]</span><span class="w"> </span>PIPELINE_PATHS...
<div class="language-console highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-7-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><span id="__span-7-1"><a id="__codelineno-7-1" name="__codelineno-7-1"></a><span class="gp">$ </span>kpops<span class="w"> </span>pause<span class="w"> </span><span class="o">[</span>OPTIONS<span class="o">]</span><span class="w"> </span>PIPELINE_PATHS...
</span></code></pre></div></td></tr></table></div>
<p><strong>Arguments</strong>:</p>
<ul>
Expand Down Expand Up @@ -2048,6 +2063,23 @@ <h2 id="kpops-schema"><code>kpops schema</code><a class="headerlink" href="#kpop
<ul>
<li><code>--help</code>: Show this message and exit.</li>
</ul>
<h2 id="kpops-sync"><code>kpops sync</code><a class="headerlink" href="#kpops-sync" title="Permanent link">&para;</a></h2>
<p>In addition to generate, render final resource representation for each pipeline step, e.g. Kubernetes manifests.</p>
<p><strong>Usage</strong>:</p>
<div class="language-console highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-10-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><span id="__span-10-1"><a id="__codelineno-10-1" name="__codelineno-10-1"></a><span class="gp">$ </span>kpops<span class="w"> </span>sync<span class="w"> </span><span class="o">[</span>OPTIONS<span class="o">]</span><span class="w"> </span>PIPELINE_PATHS...
</span></code></pre></div></td></tr></table></div>
<p><strong>Arguments</strong>:</p>
<ul>
<li><code>PIPELINE_PATHS...</code>: Paths to dir containing 'pipeline.yaml' or files named 'pipeline.yaml'. [env var: KPOPS_PIPELINE_PATHS;required]</li>
</ul>
<p><strong>Options</strong>:</p>
<ul>
<li><code>--dotenv FILE</code>: Path to dotenv file. Multiple files can be provided. The files will be loaded in order, with each file overriding the previous one. [env var: KPOPS_DOTENV_PATH]</li>
<li><code>--config DIRECTORY</code>: Path to the dir containing config.yaml files [env var: KPOPS_CONFIG_PATH; default: .]</li>
<li><code>--environment TEXT</code>: The environment you want to generate and deploy the pipeline to. Suffix your environment files with this value (e.g. defaults_development.yaml for environment=development). [env var: KPOPS_ENVIRONMENT]</li>
<li><code>--verbose / --no-verbose</code>: Enable verbose printing [default: no-verbose]</li>
<li><code>--help</code>: Show this message and exit.</li>
</ul>



Expand Down

0 comments on commit faa5234

Please sign in to comment.