Service Commands

Manage services using the CLI

Service Commands

Manage services and send data to service endpoints.

Usage

weikio service [command] [options]

Subcommands

ls

List all services.

Usage:

weikio service ls

Example:

weikio service ls

send

Send data to a service endpoint.

Usage:

weikio service send <Endpoint> <Content>

Arguments:

NameRequiredDescription
EndpointYesEndpoint URL to send data to
ContentYesContent to send

Example:

weikio service send /api/data '{"message": "Hello"}'