Governance & access
Access, members, invitations, ABAC authorization, and audit log commands
axhub access
Check your access to an app.
| Flag | Type | Description | Default |
|---|---|---|---|
--args | string | — | — |
axhub members
Manage company members.
axhub members deactivate
Deactivate a member.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--member | string | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |
axhub members list
List members.
| Flag | Type | Description | Default |
|---|---|---|---|
--tenant | string | — | — |
axhub members me
Show your own membership.
| Flag | Type | Description | Default |
|---|---|---|---|
--tenant | string | — | — |
axhub members reactivate
Reactivate a member.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--member | string | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |
axhub members resolve
Resolve a member by email or id.
| Flag | Type | Description | Default |
|---|---|---|---|
--email | string | — | — |
--tenant | string | — | — |
axhub members set-role
Change a member's role.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--member | string | — | — |
--role | string | — | — |
--tenant | string | — | — |
axhub invitations
Manage company invitations.
axhub invitations bulk
Invite multiple people at once.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--from-file | string | — | — |
--role | string | — | member |
--strict | boolean | — | — |
--tenant | string | — | — |
axhub invitations cancel
Cancel an invitation.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--id | string | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |
axhub invitations list
List invitations.
| Flag | Type | Description | Default |
|---|---|---|---|
--expires-within | string | — | — |
--status | string | — | — |
--tenant | string | — | — |
axhub invitations resend
Resend an invitation.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--id | string | — | — |
--role | string | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |
axhub invitations send
Send an invitation.
| Flag | Type | Description | Default |
|---|---|---|---|
--email | string | — | — |
--role | string | — | member |
--tenant | string | — | — |
axhub authz
Manage ABAC authorization (subjects, tags, grants).
axhub authz grants
Manage grants.
axhub authz grants grant
Grant access.
| Flag | Type | Description | Default |
|---|---|---|---|
--actions-file | string | — | — |
--actions-json | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--grant_id | string | — | — |
--reason | string | — | — |
--tenant | string | — | — |
axhub authz grants list
List grants.
| Flag | Type | Description | Default |
|---|---|---|---|
--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
Revoke a grant.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--grant_id | string | — | — |
--reason | string | — | — |
--tenant | string | — | — |
axhub authz grants show
Show a grant.
| Flag | Type | Description | Default |
|---|---|---|---|
--grant_id | string | — | — |
--tenant | string | — | — |
axhub authz grants update-actions
Update a grant's allowed actions.
| Flag | Type | Description | Default |
|---|---|---|---|
--actions-file | string | — | — |
--actions-json | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--grant_id | string | — | — |
--reason | string | — | — |
--tenant | string | — | — |
axhub authz subjects
Manage authorization subjects.
axhub authz subjects create
Create a subject.
| Flag | Type | Description | Default |
|---|---|---|---|
--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
Delete a subject.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--subject_id | string | — | — |
--tenant | string | — | — |
axhub authz subjects list
List subjects.
| Flag | Type | Description | Default |
|---|---|---|---|
--parent-id | string | — | — |
--tenant | string | — | — |
axhub authz subjects move
Move a subject.
| Flag | Type | Description | Default |
|---|---|---|---|
--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
Attach a tag to a subject.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--subject_id | string | — | — |
--tag-id | string | — | — |
--tenant | string | — | — |
axhub authz subjects tag-detach
Detach a tag from a subject.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--subject_id | string | — | — |
--tag-id | string | — | — |
--tenant | string | — | — |
axhub authz subjects update
Update a subject.
| Flag | Type | Description | Default |
|---|---|---|---|
--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
Manage authorization tags.
axhub authz tags create
Create a tag.
| Flag | Type | Description | Default |
|---|---|---|---|
--description | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--kind | string | — | — |
--name | string | — | — |
--sensitivity | string | — | — |
--tenant | string | — | — |
axhub authz tags delete
Delete a tag.
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--tag_id | string | — | — |
--tenant | string | — | — |
axhub authz tags list
List tags.
| Flag | Type | Description | Default |
|---|---|---|---|
--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
Update a tag.
| Flag | Type | Description | Default |
|---|---|---|---|
--description | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--name | string | — | — |
--sensitivity | string | — | — |
--tag_id | string | — | — |
--tenant | string | — | — |
axhub audit
View the audit log.
| Flag | Type | Description | Default |
|---|---|---|---|
--args | string | — | — |
axhub email-domains
Manage company email domain policy.
axhub email-domains add
Add an allowed domain.
| Flag | Type | Description | Default |
|---|---|---|---|
--domain | string | — | — |
--tenant | string | — | — |
axhub email-domains check
Check whether a domain is allowed.
| Flag | Type | Description | Default |
|---|---|---|---|
--email | string | — | — |
--tenant | string | — | — |
axhub email-domains list
List allowed domains.
| Flag | Type | Description | Default |
|---|---|---|---|
--tenant | string | — | — |
axhub email-domains remove
Remove an allowed domain.
| Flag | Type | Description | Default |
|---|---|---|---|
--domain | string | — | — |
--dry-run | boolean | — | true |
--execute | boolean | — | — |
--tenant | string | — | — |
--yes -y | boolean | — | — |