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:

NameRequiredDescription
EntityTypeYesType of the entity
EntityIdYesID of the entity

Example:

weikio entities get Customer cust-123