Entity Commands
Manage entities using the CLI
Entity Commands
Manage entities in the entity store. Can be shortened to e.
Usage
weikio entities [command] [options]
# or use the alias
weikio e [command] [options]
Subcommands
get
Get an entity from the entity store.
Usage:
weikio entities get <EntityType> <EntityId>
# or
weikio e get <EntityType> <EntityId>
Arguments:
| Name | Required | Description |
|---|---|---|
| EntityType | Yes | Type of the entity |
| EntityId | Yes | ID of the entity |
Example:
weikio entities get Customer cust-123