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:
| Name | Required | Description |
|---|---|---|
| Endpoint | Yes | Endpoint URL to send data to |
| Content | Yes | Content to send |
Example:
weikio service send /api/data '{"message": "Hello"}'