Skip to main content

Entity Reference

The Nexudus CLI supports 100+ entity types. Each entity follows the same consistent command pattern and maps to a Nexudus REST API endpoint.
This list grows with each release. Run nexudus --help to see all currently available entity commands, or run nexudus doctor --agent for the full list.

Supported entities

Operation details

list

Searches and returns a paginated list of entities. Supports --query, --page, --size, and --business filters.

get <id>

Returns full details for a single entity, including collection properties (tariffs, teams, linked resources) that are omitted from list results.

create

Creates a new entity. Required fields vary by entity type — use --help to see them.

update <id>

Updates specific fields on an existing entity. Only the fields you supply are changed.

delete <id>

Deletes an entity. Prompts for confirmation unless --yes is passed.

commands

Lists available special commands for the entity type (e.g., archive, activate).

run-command <command> <id>

Executes a special command on one or more entities. Supports comma-separated IDs for batch operations.

API pattern

Every entity maps to a Nexudus REST API endpoint following this pattern:
Business entities cannot be created or deleted via the API — only listed, viewed, and updated. Country and Currency entities are read-only (list and get only).