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
f1f0e020
Commit
f1f0e020
authored
Jun 20, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: start documenting the command-line
parent
9b1f7930
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
website/source/docs/command-line/introduction.html.markdown
website/source/docs/command-line/introduction.html.markdown
+21
-0
website/source/layouts/docs.erb
website/source/layouts/docs.erb
+1
-1
No files found.
website/source/docs/command-line/introduction.html.markdown
0 → 100644
View file @
f1f0e020
---
layout
:
"
docs"
---
# Packer Command-Line
Packer is controlled using a command-line interface. All interaction with
Packer is done via the
`packer`
tool. Like many other command-line tools,
the
`packer`
tool takes a subcommand to execute, and that subcommand may
have additional options as well. Subcommands are executed with
`packer SUBCOMMAND`
, where "SUBCOMMAND" is obviously the actual command you wish
to execute.
If you run
`packer`
by itself, help will be displayed showing all available
subcommands and a brief synopsis of what they do. In addition to this, you can
run any
`packer`
command with the
`-h`
flag to output more detailed help for
a specific subcommand.
In addition to the documentation available on the command-line, each command
is documented on this website. You can find the documentation for a specific
subcommand using the navigation to the left.
website/source/layouts/docs.erb
View file @
f1f0e020
...
...
@@ -31,7 +31,7 @@
<li><a
href=
"/docs/basics/terminology.html"
>
Terminology
</a></li>
<li
class=
"nav-header"
>
Command-Line
</li>
<li><a
href=
"
#
"
>
Introduction
</a></li>
<li><a
href=
"
/docs/command-line/introduction.html
"
>
Introduction
</a></li>
<li><a
href=
"#"
>
Build
</a></li>
<li><a
href=
"#"
>
Validate
</a></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