packer/command
Wilken Rivera e0a5286645
cmd/console: Add config-type flag to command help (#12360)
It is not clear that the console command runs in legacy JSON mode by
default and that users can specify the -config-type flag to toggle HCL2
mode. This change adds the config-type flag to the command's help text
to alert users of the gotcha.

In the next minor Packer release the console command will be updated to
default to HCL2 mode.

Relates to: #12359
Relates to: #10603
2023-04-12 14:27:39 -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 Fix crash when variables block is undefined 2023-02-08 13:40:36 -05:00
build.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
build_cancellation_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05: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 packer console for HCL2 (#9359) 2020-06-05 17:23:54 +02: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 [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
hcl2_upgrade_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
init.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05: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 [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05: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 [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
validate_test.go [COMPLIANCE] Add Copyright and License Headers (#12254) 2023-03-02 15:37:05 -05:00
vendored_plugins.go Migrate external UCloud plugin to ucloud/packer-plugin-ucloud (#12335) 2023-04-04 20:47:47 -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