`users` — 사용자 리소스 다루기

users — 사용자 리소스 다루기

boundary users 명령어는 Boundary 사용자(user) 리소스에 대한 작업을 수행해요.

출처: HashiCorp Boundary docs

본문

예시 (Example)

다음 명령어는 이름 prodops, 설명 For ProdOps usage를 가진 사용자를 만들어요.

$ boundary users create -name prodops -description "For ProdOps usage"

사용법 (Usage)

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

  # ...

Subcommands:
    add-accounts       Add accounts to a user within Boundary
    create             Create a user
    delete             Delete a user
    list               List a user
    read               Read a user
    remove-accounts    Remove accounts from a user within Boundary
    set-accounts       Set the full contents of the accounts on a user within Boundary
    update             Update a user

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