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
189916d3
Commit
189916d3
authored
Jun 20, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: build command documentation
parent
e1985e7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
website/source/docs/command-line/build.html.markdown
website/source/docs/command-line/build.html.markdown
+26
-0
website/source/layouts/docs.erb
website/source/layouts/docs.erb
+1
-1
No files found.
website/source/docs/command-line/build.html.markdown
0 → 100644
View file @
189916d3
---
layout
:
"
docs"
---
# Command-Line: Build
The
`packer build`
command takes a template and runs all the builds within
it in order to generate a set of artifacts. The various builds specified within
a template are executed in parallel, unless otherwise specified. And the
artifacts that are created will be outputted at the end of the build.
## Options
*
`-debug`
- Disables parallelization and enables debug mode. Debug mode flags
the builders that they should output debugging information. The exact behavior
of debug mode is left to the builder. In general, builders usually will stop
between each step, waiting keyboard input before continuing. This will allow
the user to inspect state and so on.
*
`-except=foo,bar,baz`
- Builds all the builds except those with the given
comma-separated names. Build names by default are the names of their builders,
unless a specific
`name`
attribute is specified within the configuration.
*
`-only=foo,bar,baz`
- Only build the builds with the given comma-separated
names. Build names by default are the names of their builders, unless a
specific
`name`
attribute is specified within the configuration.
website/source/layouts/docs.erb
View file @
189916d3
...
...
@@ -32,7 +32,7 @@
<li
class=
"nav-header"
>
Command-Line
</li>
<li><a
href=
"/docs/command-line/introduction.html"
>
Introduction
</a></li>
<li><a
href=
"
#
"
>
Build
</a></li>
<li><a
href=
"
/docs/command-line/build.html
"
>
Build
</a></li>
<li><a
href=
"/docs/command-line/validate.html"
>
Validate
</a></li>
<li
class=
"nav-header"
>
Templates
</li>
...
...
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