credential-libraries delete 명령어

credential-libraries delete 명령어

boundary credential-libraries delete는 기존 자격 증명 라이브러리(credential library) 리소스를 삭제하는 명령어예요.

출처: HashiCorp Boundary docs

본문

boundary credential-libraries delete 명령어는 기존 자격 증명 라이브러리 리소스를 삭제해요.

예제 (Example)

다음 예제는 ID가 csvlt_5fvkRjCjou인 자격 증명 라이브러리를 삭제해요.

$ boundary credential-libraries delete -id csvlt_5fvkRjCjou

사용법 (Usage)

$ boundary credential-libraries delete [options] [args]

명령 옵션 (Command options)

  • -id (string: "") - 삭제할 자격 증명 라이브러리의 ID예요.

CLI 옵션 (CLI options)

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

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

더 알아보기 (Learn more)