Skip to content

Commit

Permalink
deploy: 49ae445
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 19, 2024
1 parent 988d9a4 commit 217ed12
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion cmf_client/cmf_client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,14 @@ <h3 id="cmf-artifact-push">cmf artifact push<a class="headerlink" href="#cmf-art
<p><div class="highlight"><pre><span></span><code>Usage: cmf artifact push [-h] -p [pipeline_name] -f [file_name]
</code></pre></div>
<code>cmf artifact push</code> command push artifacts from the user's local machine to the user configured artifact repository.
<div class="highlight"><pre><span></span><code>cmf artifact push
<div class="highlight"><pre><span></span><code>cmf artifact push -p &#39;pipeline_name&#39;
</code></pre></div>
Required Arguments
<div class="highlight"><pre><span></span><code> -p [pipeline_name], --pipeline-name [pipeline_name] Specify Pipeline name.
</code></pre></div>
Optional Arguments
<div class="highlight"><pre><span></span><code> -h, --help show this help message and exit.
-f [file_name],--file-name [file_name] Specify mlmd file name.
</code></pre></div></p>
<h2 id="cmf-metadata">cmf metadata<a class="headerlink" href="#cmf-metadata" title="Permanent link">&para;</a></h2>
<p><div class="highlight"><pre><span></span><code>Usage: cmf metadata [-h] {pull,push}
Expand Down
2 changes: 1 addition & 1 deletion cmf_client/step-by-step/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ <h2 id="how-to-effectively-use-cmf-client">How to effectively use cmf-client?<a
</blockquote>
<p><strong>Push artifacts</strong></p>
<p>Push artifacts in the artifact repo initialised in the <a href="#initialize-cmf">Initialize cmf</a> step.
<div class="highlight"><pre><span></span><code>cmf artifact push
<div class="highlight"><pre><span></span><code>cmf artifact push -p &#39;Test-env&#39;
</code></pre></div>
Check <a href="../cmf_client/">Overview</a> page for more details.</p>
<p><strong>Push metadata to cmf-server</strong>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ <h4 id="step-2">Step 2. <br><a class="headerlink" href="#step-2" title="Permanen
<div class="highlight"><pre><span></span><code>cd example-get-started
cmf init local --path /home/user/local-storage --git-remote-url https://github.com/user/experiment-repo.git --cmf-server-url http://127.0.0.1:80 --neo4j-user neo4j --neo4j-password password --neo4j-uri bolt://localhost:7687
sh test_script.sh
cmf artifact push
cmf artifact push -p &#39;Test-env&#39;
</code></pre></div>
The above steps will run a pre coded example pipeline and the metadata is stored in a file named "mlmd".<br>
The artifacts created will be pushed to configured dvc remote (default: /home/dvc_remote)<br>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 217ed12

Please sign in to comment.