packer/command
Lucas Bajolet 3512a175a6 command: change wording for init's postitional arg
`packer init' is meant to be invoked on a template file or a directory.
This was described in the command-line help message as
`[template.pkr.hcl|folder]'.

Because this is encapsulated between square brackets, this could be
taken as an option instead of a positional, mandatory argument.

This commit changes the wording to adopt a similar convention as `packer
build', so the two are consistent in how they are invoked, and to avoid
mistaking this argument as optional.
2023-07-25 16:45:32 -04:00
..
enumflag [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
flag-kv [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
flag-slice [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
test-fixtures hcl2_upgrade: add required_plugins in out template 2023-07-18 16:04:55 -04:00
build.go packer: warn on bundled plugins usage 2023-07-18 15:36:12 -04:00
build_cancellation_test.go Bump go.mod to 1.20 2023-04-27 15:11:48 -04:00
build_cleanup_script_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
build_parallel_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
build_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
build_timeout_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
build_windows_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
cli.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
command_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
config_file_unix.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
config_file_windows.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
configtype_enumer.go Run make fmt to fix checks 2023-04-27 15:17:31 -04:00
console.go cmd/console: Add config-type flag to command help (#12360) 2023-04-12 14:27:39 -04:00
console_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
exec_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
fix.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
fix_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
fmt.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
fmt_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
hcl2_upgrade.go hcl2_upgrade: add required_plugins in out template 2023-07-18 16:04:55 -04:00
hcl2_upgrade_test.go hcl2_upgrade: add required_plugins in out template 2023-07-18 16:04:55 -04:00
init.go command: change wording for init's postitional arg 2023-07-25 16:45:32 -04:00
init_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
inspect.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
inspect_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
meta.go packer: track bundled plugins usage on telemetry 2023-07-25 15:43:47 -04:00
plugin.go feat: add http datasource (#11658) 2022-05-17 19:26:34 +02:00
plugins.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
plugins_install.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
plugins_install_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
plugins_installed.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
plugins_remove.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
plugins_remove_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
plugins_required.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
signal.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
test_utils.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
utils.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
utils_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
validate.go packer: warn on bundled plugins usage 2023-07-18 15:36:12 -04:00
validate_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
vendored_plugins.go packer: warn on bundled plugins usage 2023-07-18 15:36:12 -04:00
version.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
version_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00