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
9a82910f
Commit
9a82910f
authored
Jul 02, 2013
by
Brandon Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Command helpText indicates that options must come before template.
parent
7198936f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
command/build/help.go
command/build/help.go
+1
-1
command/validate/help.go
command/validate/help.go
+1
-1
website/source/docs/extend/command.html.markdown
website/source/docs/extend/command.html.markdown
+1
-1
No files found.
command/build/help.go
View file @
9a82910f
package
build
const
helpText
=
`
Usage: packer build TEMPLATE
Usage: packer build
[options]
TEMPLATE
Will execute multiple builds in parallel as defined in the template.
The various artifacts created by the template will be outputted.
...
...
command/validate/help.go
View file @
9a82910f
package
validate
const
helpString
=
`
Usage: packer validate TEMPLATE
Usage: packer validate
[options]
TEMPLATE
Checks the template is valid by parsing the template and also
checking the configuration with the various builders, provisioners, etc.
...
...
website/source/docs/extend/command.html.markdown
View file @
9a82910f
...
...
@@ -52,7 +52,7 @@ it is not required. You're allowed to make the help look like anything
you please.
```
Usage: packer COMMAND ARGS...
Usage: packer COMMAND
[options]
ARGS...
Brief one or two sentence about the function of the command.
...
...
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