config autocomplete 명령어

config autocomplete 명령어

boundary config autocomplete는 Boundary CLI의 자동 완성(autocompletion) 지원을 설치하거나 제거하는 명령어예요. install 하위 명령어로 켜고, uninstall 하위 명령어로 끄면 돼요.

출처: HashiCorp Boundary docs

본문

boundary config autocomplete 명령어는 Boundary CLI의 자동 완성 지원을 설치하거나 제거해요.

예제 (Examples)

다음 명령어는 Boundary CLI의 자동 완성 지원을 설치해요.

$ boundary config autocomplete install

다음 명령어는 Boundary CLI에서 자동 완성 지원을 제거해요.

$ boundary config autocomplete uninstall

사용법 (Usage)

설치 (Install):

$ boundary config autocomplete install [options] [args]

제거 (Uninstall):

$ boundary config autocomplete uninstall [options] [args]

CLI 옵션 (CLI options)

명령어 고유 옵션 외에도 모든 Boundary CLI 명령어·하위 명령어에 공통으로 적용되는 옵션들이 있어요.

  • 연결 옵션 (Connection options)
  • 클라이언트 옵션 (Client options)
  • 출력 옵션 (Output options)
  • 환경 변수 (Environment variables)

더 알아보기 (Learn more)