hosts

hosts

boundary hosts 명령은 Boundary 호스트(host) 리소스에 대한 작업을 수행해요.

출처: HashiCorp Boundary docs

본문

예시

다음 명령은 ID가 hst_1234567890인 호스트의 세부 정보를 읽어요.

$ boundary hosts read -id hst_1234567890

사용법 (Usage)

Usage: boundary hosts <subcommand> [options] [args]

Subcommands:
    create    호스트 생성
    delete    호스트 삭제
    list      호스트 나열
    read      호스트 읽기
    update    호스트 업데이트

더 알아보기 (Learn more)