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 86c9cbc commit d13ebeeCopy full SHA for d13ebee
README.md
@@ -48,21 +48,13 @@ Run the service
48
micro run .
49
```
50
51
-List services
+List services to see it's running and registered itself
52
53
54
micro services
55
56
57
-## Call the service
58
-
59
-Call a service using the CLI
60
61
-```
62
-micro call helloworld Helloworld.Call '{"name": "Asim"}'
63
64
65
-Describe a service
+Describe the service to see available endpoints
66
67
68
micro describe helloworld
@@ -135,6 +127,14 @@ Output
135
127
}
136
128
137
129
130
+## Call the service
131
+
132
+Call the service using the CLI
133
134
+```
+micro call helloworld Helloworld.Call '{"name": "Asim"}'
138
## Create a client
139
140
Create a client to call the service
0 commit comments