host-sets 명령어

host-sets 명령어

boundary host-sets는 Boundary 호스트 셋(host set) 리소스에 대한 작업을 수행하는 명령어예요. 호스트 셋은 호스트 카탈로그에 속하며, 대상(target)과 연결되어 접근 대상을 구성해요.

출처: HashiCorp Boundary docs

본문

boundary host-sets 명령어는 Boundary 호스트 셋 리소스에 대한 작업을 수행해요.

예제 (Example)

다음 명령어는 ID가 hsst_1234567890인 호스트 셋의 상세 정보를 읽어요.

$ boundary host-sets read -id hsst_1234567890

사용법 (Usage)

Usage: boundary host-sets <subcommand> [options] [args]

  # ...

Subcommands:
    add-hosts       Add hosts to the specified host set
    create          Create a host set
    delete          Delete a host set
    list            List a host set
    read            Read a host set
    remove-hosts    Remove hosts from the specified host set
    set-hosts       Set the full contents of the hosts on the specified host set
    update          Update a host set

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

  • add-hosts
  • create
  • delete
  • list
  • read
  • remove-hosts
  • set-hosts
  • update

더 알아보기 (Learn more)