mirror of https://github.com/knative/docs.git
Update proc-running-function.md (#6400)
Undo separeate kn func output for invoke
This commit is contained in:
parent
f87291601d
commit
df22126ac0
|
@ -67,6 +67,12 @@ You can verify that your function has been successfully run by using the `invoke
|
|||
func invoke
|
||||
```
|
||||
|
||||
=== "kn func"
|
||||
|
||||
```bash
|
||||
kn func invoke
|
||||
```
|
||||
|
||||
!!! Success "Expected output"
|
||||
```{ .bash .no-copy }
|
||||
Received response
|
||||
|
@ -82,15 +88,3 @@ You can verify that your function has been successfully run by using the `invoke
|
|||
X-Forwarded-Proto: http
|
||||
Body:
|
||||
```
|
||||
|
||||
|
||||
=== "kn func"
|
||||
|
||||
```bash
|
||||
kn func invoke
|
||||
```
|
||||
|
||||
!!! Success "Expected output"
|
||||
```{ .bash .no-copy }
|
||||
INFO:root:OK: Request Received
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue