storage-buckets delete 명령어

storage-buckets delete 명령어

boundary storage-buckets delete는 Boundary storage bucket을 삭제하는 명령어예요.

출처: HashiCorp Boundary docs

본문

boundary storage-buckets delete 명령어는 Boundary storage bucket을 삭제해요.

예제 (Example)

다음 예제는 ID가 _1234567890인 storage bucket을 삭제해요.

$ boundary storage-buckets delete -id _1234567890

사용법 (Usage)

$ boundary storage-buckets delete [options] [args]

명령 옵션 (Command options)

  • -id=<string> - 삭제할 storage bucket의 ID예요.

CLI 옵션 (CLI options)

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

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

더 알아보기 (Learn more)