|
2 | 2 |
|
3 | 3 | Creates a Function in the mentioned directory with the specified language/runtime selected and handles HTTP events. |
4 | 4 |
|
5 | | - |
| 5 | + |
6 | 6 |
|
7 | 7 | ### **Create Function using git template** |
8 | 8 |
|
9 | 9 | Creates a Function in the mentioned directory with the specified git based template selected. |
10 | 10 |
|
11 | | - |
| 11 | + |
12 | 12 |
|
13 | 13 | ### **Build a Function** |
14 | 14 |
|
15 | 15 | Build a function project (source code in the workspace) as a container image and push to a registry. |
16 | 16 |
|
17 | | - |
| 17 | + |
18 | 18 |
|
19 | 19 | ### **Run the Function locally** |
20 | 20 |
|
21 | 21 | Run your function to see how it works locally before to push it on your cluster. |
22 | 22 |
|
23 | | - |
| 23 | + |
24 | 24 |
|
25 | 25 | ### **RDeploy the Function** |
26 | 26 |
|
27 | 27 | Deploys a function to the currently configured Knative-enabled cluster from your IDE |
28 | 28 |
|
29 | | - |
| 29 | + |
30 | 30 |
|
31 | 31 | ### **Invoke the Function** |
32 | 32 |
|
33 | 33 | Invokes the function by sending a test request to the currently running function instance, either locally or remote |
34 | 34 |
|
35 | | - |
| 35 | + |
36 | 36 |
|
37 | 37 | ## Documentation |
38 | 38 |
|
|
0 commit comments