mirror of https://github.com/dapr/docs.git
554 B
554 B
| type | title | linkTitle | description |
|---|---|---|---|
| docs | invokePost CLI command reference | invokePost | Detailed information on the invokePost CLI command |
Description
Issue HTTP POST to Dapr app with an optional payload
Usage
dapr invokePost [flags]
Flags
| Name | Environment Variable | Default | Description |
|---|---|---|---|
--app-id, -a |
The app ID to invoke | ||
--help, -h |
Help for invokePost | ||
--method, -m |
The method to invoke | ||
--payload, -p |
(optional) a json payload |