ax context
Read organization Context and submit reviewed edits to shared Context.
| Command | Use |
|---|---|
context list | List organization-owned Context. |
context get | Read one organization-owned object. |
context copy | Copy a shared object into your organization. |
context claim | Manage ownership claims. |
context follow | Follow, unfollow, or read your follow state for a shared object. |
context documents | List attached documents. |
context edit | Edit organization-owned Context. |
context suggest | Propose a reviewed edit to shared Context. |
Context commands use the active organization, or a one-off --org <ORG_ID>.
They require credentials from ax auth login. Shared Context is
read-only through this command group. The suggestion list returns only the
suggestions you submitted, and a suggestion becomes a change only after the
existing review process approves it.
context list
List organization-owned Context objects.
ax context list <KIND> [--limit 50] [--page-token <TOKEN>]context get
Read one organization-owned Context object.
ax context get <KIND> <ID>context copy
Copy a shared Context object and its related Context into your organization.
ax context copy <KIND> <ID> [--request-id <UUID>]Reuse --request-id when retrying the same copy.
context claim
View and manage an ownership claim for shared Context.
ax context claim <status|submit|challenge|verify|withdraw> ...Ownership attribution does not grant direct editing rights.
context follow
Follow a shared Context object, stop following it, or read whether you follow it. Follows belong to you and persist across organization switches.
ax context follow <KIND> <ID>
ax context unfollow <KIND> <ID>
ax context follow-state <KIND> <ID>context documents
List documents attached to a Context object or association.
ax context documents <KIND> <ID> [--limit 50] [--page-token <TOKEN>]context edit
Submit a JSON request that edits organization-owned Context.
ax context edit --file <PATH|->The JSON envelope has action and input fields. Read the object before an
update so the request includes its current version, and use preview-delete
before a delete.
context suggest
Submit a JSON request that reads a shared Context snapshot, creates a proposed edit, lists your suggestions, or withdraws one.
ax context suggest --file <PATH|->Use one of these action shapes:
{"action":"snapshot","kind":"product","targetId":"<CONTEXT_ID>"}
{"action":"submit","kind":"product","targetId":"<CONTEXT_ID>","baseRevision":"1","proposed":{"description":"Updated description"},"reason":"Correct the catalog entry","evidence":[],"idempotencyKey":"<UUID>"}
{"action":"list","pendingOnly":true}
{"action":"withdraw","id":"<SUGGESTION_ID>","version":"1"}submit requires an idempotency key. Reuse it only to retry the same
submission. A replacement also needs both replacesRequestId and
expectedVersion. If a submission conflicts with a newer shared Context
revision, get a new snapshot, revise the proposal, then submit again.
The feature must be enabled for your organization. The command cannot approve, deny, or directly change shared Context.