workers 명령어
workers 명령어
boundary workers는 Boundary 워커(worker) 리소스에 대한 작업을 수행하는 명령어예요. 워커는 사용자 세션을 대상(target)까지 중계해 주는 Boundary의 구성 요소예요.
본문
boundary workers 명령어는 Boundary 워커 리소스에 대한 작업을 수행해요.
예제 (Example)
다음 예제는 ID가 w_1234567890인 워커에 대한 정보를 읽어요.
$ boundary workers read -id w_1234567890
사용법 (Usage)
Usage: boundary workers <subcommand> [options] [args]
# ...
Subcommands:
add-worker-tags Add api tags to the specified worker.
certificate-authority Manage the certificate authority used to authorize Boundary workers
create Create a worker
delete Delete a worker
list List a worker
read Read a worker
remove-worker-tags Remove api tags from the specified worker
set-worker-tags Set api tags for the specified worker
update Update a worker
더 자세한 정보, 예제, 사용법은 사이드바에서 하위 명령어 이름을 클릭하거나 아래 링크를 참고하세요.
- add-worker-tags
- certificate-authority
- create
- delete
- list
- read
- remove-worker-tags
- set-worker-tags
- update