Entity Commands

Manage entities using the CLI

Manage entities in the Entity Store. You can shorten the command 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:

NameRequiredDescription
EntityTypeYesType of the entity
EntityIdYesID of the entity

Example:

weikio entities get Customer cust-123