storage-buckets 명령어

storage-buckets 명령어

boundary storage-buckets는 Boundary storage bucket 리소스에 대한 작업을 수행하는 명령어예요. storage bucket은 세션 녹화 등에서 외부 저장소의 저장 리소스를 나타내요.

출처: HashiCorp Boundary docs

본문

boundary storage-buckets 명령어는 Boundary storage bucket 리소스에 대한 작업을 수행해요.

예제 (Example)

다음 명령어는 ID가 sb_1234567890인 storage bucket의 상세 정보를 읽어요.

$ boundary storage-buckets read -id sb_1234567890

사용법 (Usage)

Usage: boundary storage-buckets <subcommand> [options] [args]

  # ...

Subcommands:
    create    Create a storage bucket
    delete    Delete a storage bucket
    list      List a storage bucket
    read      Read a storage bucket
    update    Update a storage bucket

더 자세한 정보, 예제, 사용법은 사이드바에서 하위 명령어 이름을 클릭하거나 아래 링크를 참고하세요.

  • create
  • delete
  • list
  • read
  • update

더 알아보기 (Learn more)