Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
d1ae7b2f
Commit
d1ae7b2f
authored
Aug 13, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: document inspect machine-readable types
parent
ae3fdaea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
0 deletions
+57
-0
website/source/docs/machine-readable/command-inspect.html.markdown
...ource/docs/machine-readable/command-inspect.html.markdown
+56
-0
website/source/layouts/docs_machine_readable.erb
website/source/layouts/docs_machine_readable.erb
+1
-0
No files found.
website/source/docs/machine-readable/command-inspect.html.markdown
0 → 100644
View file @
d1ae7b2f
---
layout
:
"
docs_machine_readable"
page_title
:
"
Command:
inspect
-
Machine-Readable
Reference"
---
# Inspect Command Types
These are the machine-readable types that exist as part of the output
of
`packer inspect`
.
<dl>
<dt>
template-variable (2)
</dt>
<dd>
<p>
A
<a
href=
"/docs/templates/user-variables.html"
>
user variable
</a>
defined within the template.
</p>
<p>
<strong>Data 1: name</strong> - Name of the variable.
</p>
<p>
<strong>Data 2: default</strong> - The default value of the
variable.
</p>
</dd>
<dt>template-builder (2)</dt>
<dd>
<p>
A builder defined within the template
</p>
<p>
<strong>Data 1: name</strong> - The name of the builder.
</p>
<p>
<strong>Data 2: type</strong> - The type of the builder. This will
generally be the same as the name unless you explicitly override
the name.
</p>
</dd>
<dt>template-provisioner (1)</dt>
<dd>
<p>
A provisioner defined within the template. Multiple of these may
exist. If so, they are outputted in the order they would run.
</p>
<p>
<strong>Data 1: name</strong> - The name/type of the provisioner.
</p>
</dd>
</dl>
website/source/layouts/docs_machine_readable.erb
View file @
d1ae7b2f
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
<li><a
href=
"/docs/index.html"
>
«
Back to Docs
</a></li>
<li><a
href=
"/docs/index.html"
>
«
Back to Docs
</a></li>
<li><a
href=
"/docs/machine-readable/general.html"
>
General Types
</a></li>
<li><a
href=
"/docs/machine-readable/general.html"
>
General Types
</a></li>
<li><a
href=
"/docs/machine-readable/command-build.html"
>
Command: build
</a></li>
<li><a
href=
"/docs/machine-readable/command-build.html"
>
Command: build
</a></li>
<li><a
href=
"/docs/machine-readable/command-inspect.html"
>
Command: inspect
</a></li>
<li><a
href=
"/docs/machine-readable/command-version.html"
>
Command: version
</a></li>
<li><a
href=
"/docs/machine-readable/command-version.html"
>
Command: version
</a></li>
</ul>
</ul>
<%
end
%>
<%
end
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment