targets

targets

boundary targets 명령은 Boundary 대상(target) 리소스에 대한 작업을 수행해요.

출처: HashiCorp Boundary docs

본문

예시

다음 명령은 ID가 ttcp_1234567890인 대상의 설명을 업데이트해요.

$ boundary targets update -id ttcp_1234567890 -description "updated postgres target"

사용법 (Usage)

boundary targets [sub command] [options] [args]

Subcommands:
    add-credential-sources       대상에 크레덴셜 소스 추가
    add-host-sources             대상에 호스트 소스 추가
    authorize-session            대상에 대한 세션 인가 요청
    create                       대상 생성
    delete                       대상 삭제
    list                         대상 나열
    read                         대상 읽기
    remove-credential-sources    대상에서 크레덴셜 소스 제거
    remove-host-sources          대상에서 호스트 소스 제거
    set-credential-sources       대상의 크레덴셜 소스 전체 설정
    set-host-sources             대상의 호스트 소스 전체 설정
    update                       대상 업데이트

더 알아보기 (Learn more)