We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ab674 commit 648c7cdCopy full SHA for 648c7cd
cmd/run.go
@@ -71,7 +71,7 @@ EXAMPLES
71
$ {{rootCmdUse}} run --container=false
72
73
o Run the function locally on a specific address.
74
- $ {{rootCmdUse}} run --address=0.0.0.0:8081
+ $ {{rootCmdUse}} run --address='[::]:8081'
75
76
o Run the function locally and output JSON with the service address.
77
$ {{rootCmdUse}} run --json
docs/reference/func_run.md
@@ -53,7 +53,7 @@ EXAMPLES
53
$ func run --container=false
54
55
56
- $ func run --address=0.0.0.0:8081
+ $ func run --address='[::]:8081'
57
58
59
$ func run --json
0 commit comments