`client-agent` — Boundary 클라이언트 에이전트 다루기

client-agent — Boundary 클라이언트 에이전트 다루기

boundary client-agent 명령어는 Boundary 클라이언트 에이전트(Client Agent)와 상호작용해요. 클라이언트 에이전트의 상태를 확인하고, 일시 중지하거나 재개하고, 에이전트가 관리하는 활성 투명 세션(transparent session)을 나열할 수 있어요.

출처: HashiCorp Boundary docs

본문

예시 (Examples)

다음 명령어는 클라이언트 에이전트가 실행 중인지 확인하기 위해 상태를 점검해요.

$ boundary client-agent status

다음 명령어는 클라이언트 에이전트가 관리하는 모든 세션에 대한 정보를 가져와요.

$ boundary client-agent sessions

다음 명령어로 클라이언트 에이전트를 일시 중지해 임시로 비활성화할 수 있어요.

$ boundary client-agent pause

사용법 (Usage)

Usage: boundary client-agent <subcommand> [options] [args]

  # ...

Subcommands:
    pause       Pauses the running boundary client agent
    resume      Resumes the paused boundary client agent
    sessions    List active transparent sessions managed by the client agent.
    status      Get the status information of the running boundary client agent

더 자세한 정보, 예시, 사용법은 사이드바에서 하위 명령어 이름을 클릭하거나 아래 링크를 살펴볼 수 있어요.