packer plugins installed 명령어 레퍼런스
packer plugins installed 명령어 레퍼런스
plugins installed 서브커맨드는 현재 설치된 Packer 플러그인 목록을 보여주는 명령어예요. 어떤 플러그인이 설치되어 있는지 빠르게 확인하고 싶을 때 사용합니다.
출처: Packer 공식 문서
본문
plugins installed 서브커맨드는 설치된 Packer 플러그인 목록을 나열합니다.
$ packer plugins installed -h
Usage: packer plugins installed
This command lists all installed plugin binaries that match with the current
OS and architecture. Packer's API version will be ignored.
더 알아보기 (Learn more)
packer init는 필요한 플러그인들을 모두 설치해 줘요.