packer plugins 명령어 레퍼런스

packer plugins 명령어 레퍼런스

plugins 명령어 그룹에는 Packer 플러그인을 설치·제거·조회하는 하위 명령어들이 담겨 있어요.

출처: Packer 공식 문서

본문

$ packer plugins -h
Usage: packer plugins <subcommand> [options] [args]
  This command groups subcommands for interacting with Packer plugins.

Related but not under the "plugins" command :

- "packer init <path>" will install all plugins required by a config.

Subcommands:
    install      Install latest Packer plugin [matching version constraint]
    installed    List all installed Packer plugin binaries
    remove       Remove Packer plugins [matching a version]
    required     List plugins required by a config
  • packer init은 설정에 필요한 모든 플러그인을 설치해요.

더 알아보기 (Learn more)