Spinnaker Pipeline Template Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Spinnaker Operations") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Spinnaker_Operations#Pipeline_Template_Operations|Spinnaker Operations]] | * [[Spinnaker_Operations#Pipeline_Template_Operations|Spinnaker Operations]] | ||
=Command Line Operations with <tt>spin</tt>= | |||
==Create a Template== | |||
==List Templates== | |||
==Get a Template== | |||
Use the template <code>[[Spinnaker_Pipeline_Template#id|id]]</code>: | |||
<syntaxhighlight lang='bash'> | |||
spin pipeline-templates get my-template | |||
</syntaxhighlight> | |||
==Create a Pipeline from Template== | |||
{{Internal|Spinnaker_Create_a_Pipeline_from_Template#Command_Line_with_spin|Create a Pipeline from Template}} |
Latest revision as of 20:42, 30 May 2023
Internal
Command Line Operations with spin
Create a Template
List Templates
Get a Template
Use the template id
:
spin pipeline-templates get my-template