거버넌스·접근
접근 권한·멤버·초대·ABAC·감사 로그 관련 명령
axhub access
앱에 대한 내 접근 권한을 확인해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--args | string | — | — |
axhub members
회사 멤버를 관리해요.
axhub members deactivate
멤버를 비활성화해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--member | string | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |
axhub members list
멤버 목록을 봐요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--tenant | string | — | — |
axhub members me
내 멤버 정보를 봐요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--tenant | string | — | — |
axhub members reactivate
멤버를 다시 활성화해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--member | string | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |
axhub members resolve
이메일·ID로 멤버를 찾아요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--email | string | — | — |
--tenant | string | — | — |
axhub members set-role
멤버 역할을 변경해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--member | string | — | — |
--role | string | — | — |
--tenant | string | — | — |
axhub invitations
회사 초대를 관리해요.
axhub invitations bulk
여러 명을 한 번에 초대해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--from-file | string | — | — |
--role | string | — | member |
--strict | boolean | — | — |
--tenant | string | — | — |
axhub invitations cancel
초대를 취소해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--id | string | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |
axhub invitations list
초대 목록을 봐요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--expires-within | string | — | — |
--status | string | — | — |
--tenant | string | — | — |
axhub invitations resend
초대를 다시 보내요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--id | string | — | — |
--role | string | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |
axhub invitations send
초대를 보내요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--email | string | — | — |
--role | string | — | member |
--tenant | string | — | — |
axhub authz
ABAC 접근 권한(subject·tag·grant)을 관리해요.
axhub authz grants
권한 부여(grant)를 관리해요.
axhub authz grants grant
권한을 부여해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--actions-file | string | — | — |
--actions-json | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--grant_id | string | — | — |
--reason | string | — | — |
--tenant | string | — | — |
axhub authz grants list
권한 목록을 봐요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--granted-only | boolean | — | — |
--kind | string | — | — |
--limit | integer | Matrix row cap forwarded to the backend (expected 1-2000). Omitting uses the backend default, which changed from 100 to 500 in the v0.17 backend (PR #172). | — |
--resource-tag-id | string | — | — |
--subject-tag-id | string | — | — |
--tenant | string | — | — |
axhub authz grants revoke
권한을 회수해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--grant_id | string | — | — |
--reason | string | — | — |
--tenant | string | — | — |
axhub authz grants show
권한 상세를 봐요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--grant_id | string | — | — |
--tenant | string | — | — |
axhub authz grants update-actions
권한의 허용 동작을 수정해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--actions-file | string | — | — |
--actions-json | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--grant_id | string | — | — |
--reason | string | — | — |
--tenant | string | — | — |
axhub authz subjects
권한 주체(subject)를 관리해요.
axhub authz subjects create
주체를 만들어요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--attributes-file | string | — | — |
--attributes-json | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--name | string | — | — |
--parent-id | string | — | — |
--sort-order | string | — | — |
--tenant | string | — | — |
--type | string | — | — |
--user-id | string | — | — |
axhub authz subjects delete
주체를 삭제해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--subject_id | string | — | — |
--tenant | string | — | — |
axhub authz subjects list
주체 목록을 봐요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--parent-id | string | — | — |
--tenant | string | — | — |
axhub authz subjects move
주체를 이동해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--parent-id | string | — | — |
--root | boolean | Move the subject to the tenant root | — |
--subject_id | string | — | — |
--tenant | string | — | — |
axhub authz subjects tag-attach
주체에 태그를 붙여요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--subject_id | string | — | — |
--tag-id | string | — | — |
--tenant | string | — | — |
axhub authz subjects tag-detach
주체에서 태그를 떼요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--subject_id | string | — | — |
--tag-id | string | — | — |
--tenant | string | — | — |
axhub authz subjects update
주체를 수정해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--attributes-file | string | — | — |
--attributes-json | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--name | string | — | — |
--sort-order | string | — | — |
--subject_id | string | — | — |
--tenant | string | — | — |
axhub authz tags
권한 태그를 관리해요.
axhub authz tags create
태그를 만들어요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--description | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--kind | string | — | — |
--name | string | — | — |
--sensitivity | string | — | — |
--tenant | string | — | — |
axhub authz tags delete
태그를 삭제해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--tag_id | string | — | — |
--tenant | string | — | — |
axhub authz tags list
태그 목록을 봐요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--kind | string | Filter tags by backend kind (subject or resource) | — |
--tenant | string | Tenant id/slug/name override. Defaults to the active tenant membership | — |
axhub authz tags update
태그를 수정해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--description | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--name | string | — | — |
--sensitivity | string | — | — |
--tag_id | string | — | — |
--tenant | string | — | — |
axhub audit
감사 로그를 조회해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--args | string | — | — |
axhub email-domains
회사 이메일 도메인 정책을 관리해요.
axhub email-domains add
허용 도메인을 추가해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--domain | string | — | — |
--tenant | string | — | — |
axhub email-domains check
도메인이 허용되는지 확인해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--email | string | — | — |
--tenant | string | — | — |
axhub email-domains list
허용 도메인 목록을 봐요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--tenant | string | — | — |
axhub email-domains remove
허용 도메인을 제거해요.
| 플래그 | 타입 | 설명 | 기본값 |
|---|---|---|---|
--domain | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |