|
145 | 145 | <pre><code> This will create two new projects for you from the selected template. One for training and one for deploying a model as a service. |
146 | 146 | It will exclude any work-in-progress repos (containing the &quot;WIP-&quot; pattern) |
147 | 147 |
|
148 | | - For more documentation see: [https://jenkins-x.io/developing/create-mlquickstart/](https://jenkins-x.io/developing/create-mlquickstart/) |
| 148 | + For more documentation see: https://jenkins-x.io/v3/mlops/ |
149 | 149 | </code></pre> |
150 | 150 | <p>See Also:</p> |
151 | 151 | <ul> |
152 | 152 | <li>jx project : <a href="https://jenkins-x.io/commands/jx_project">https://jenkins-x.io/commands/jx_project</a></li> |
153 | 153 | </ul> |
154 | 154 | <h3 id="examples">Examples</h3> |
155 | | -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>Create a new machine learning project from a sample/starter <span style="color:#f92672">(</span>found in https://github.com/machine-learning-quickstarts<span style="color:#f92672">)</span> |
156 | | -</span></span><span style="display:flex;"><span> |
157 | | -</span></span><span style="display:flex;"><span>This will create a new machine learning project <span style="color:#66d9ef">for</span> you from the selected template. |
158 | | -</span></span><span style="display:flex;"><span>It will exclude any work-in-progress repos <span style="color:#f92672">(</span>containing the <span style="color:#e6db74">&#34;WIP-&#34;</span> pattern<span style="color:#f92672">)</span> |
159 | | -</span></span><span style="display:flex;"><span> |
160 | | -</span></span><span style="display:flex;"><span>jx project mlquickstart |
| 155 | +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>jx project mlquickstart |
161 | 156 | </span></span><span style="display:flex;"><span> |
162 | 157 | </span></span><span style="display:flex;"><span>jx project mlquickstart -f pytorch |
163 | 158 | </span></span></code></pre></div><h3 id="options">Options</h3> |
|
276 | 271 | </code></pre><h3 id="synopsis">Synopsis</h3> |
277 | 272 | <p>Create a new project from a sample/starter (found in <a href="https://github.com/jenkins-x-quickstarts">https://github.com/jenkins-x-quickstarts</a>)</p> |
278 | 273 | <p>This will create a new project for you from the selected template. It will exclude any work-in-progress repos (containing the &ldquo;WIP-&rdquo; pattern)</p> |
279 | | -<p>For more documentation see: <a href="https://jenkins-x.io/developing/create-quickstart/">https://jenkins-x.io/developing/create-quickstart/</a></p> |
| 274 | +<p>For more documentation see: <a href="https://jenkins-x.io/v3/develop/create-project/">https://jenkins-x.io/v3/develop/create-project/</a></p> |
280 | 275 | <h3 id="examples">Examples</h3> |
281 | 276 | <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#75715e"># create a new quickstart</span> |
282 | 277 | </span></span><span style="display:flex;"><span>jx-project quickstart |
|
353 | 348 | <pre tabindex="0"><code>jx project spring |
354 | 349 | </code></pre><h3 id="synopsis">Synopsis</h3> |
355 | 350 | <p>Creates a new Spring Boot application and then optionally setups CI/CD pipelines and GitOps promotion.</p> |
356 | | -<pre><code> You can see a demo of this command here: [https://jenkins-x.io/demos/create_spring/](https://jenkins-x.io/demos/create_spring/) |
357 | | - |
358 | | - For more documentation see: [https://jenkins-x.io/developing/create-spring/](https://jenkins-x.io/developing/create-spring/) |
359 | | -</code></pre> |
360 | 351 | <p>See Also:</p> |
361 | 352 | <ul> |
362 | | -<li>jx create project : <a href="https://jenkins-x.io/commands/jx_create_project">https://jenkins-x.io/commands/jx_create_project</a></li> |
| 353 | +<li>jx project : <a href="https://jenkins-x.io/commands/jx_project">https://jenkins-x.io/commands/jx_project</a></li> |
363 | 354 | </ul> |
364 | 355 | <h3 id="examples">Examples</h3> |
365 | 356 | <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#75715e"># Create a Spring Boot application where you use the terminal to pick the values</span> |
|
0 commit comments