File tree Expand file tree Collapse file tree 2 files changed +12
-21
lines changed Expand file tree Collapse file tree 2 files changed +12
-21
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $ faas-cli template pull
25
25
26
26
Fetch templates from repository: https://github.com/openfaas/templates.git
27
27
Attempting to expand templates from https://github.com/openfaas/templates.git
28
- Fetched 11 template(s) : [csharp dockerfile go go-armhf node node-arm64 node-armhf python python-armhf python3 ruby]
28
+ 2021/08/25 15:58:10 Fetched 13 template(s) : [csharp dockerfile go java11 java11-vert-x node node12 node14 php7 python python3 python3-debian ruby] from https://github.com/openfaas/templates.git
29
29
```
30
30
31
31
After that, to find out which languages are available type in:
@@ -34,21 +34,17 @@ After that, to find out which languages are available type in:
34
34
$ faas-cli new --list
35
35
Languages available as templates:
36
36
- csharp
37
- - csharp-armhf
38
37
- dockerfile
39
- - dockerfile-armhf
40
38
- go
41
- - go-armhf
42
- - java12
43
- - java8
39
+ - java11
40
+ - java11-vert-x
44
41
- node
45
- - node-arm64
46
- - node-armhf
42
+ - node12
43
+ - node14
47
44
- php7
48
45
- python
49
- - python-armhf
50
46
- python3
51
- - python3-armhf
47
+ - python3-debian
52
48
- ruby
53
49
```
54
50
Original file line number Diff line number Diff line change @@ -26,30 +26,25 @@ $ faas-cli template pull
26
26
27
27
Fetch templates from repository: https://github.com/openfaas/templates.git
28
28
Attempting to expand templates from https://github.com/openfaas/templates.git
29
- Fetched 11 template(s) : [csharp dockerfile go go-armhf node node-arm64 node-armhf python python-armhf python3 ruby]
29
+ 2021/08/25 15:58:10 Fetched 13 template(s) : [csharp dockerfile go java11 java11-vert-x node node12 node14 php7 python python3 python3-debian ruby] from https://github.com/openfaas/templates.git
30
30
```
31
31
32
32
次のコマンドでどの言語が使えるか確認することができます:
33
33
34
34
```
35
- $ faas-cli new --list
36
35
Languages available as templates:
37
36
- csharp
38
- - csharp-armhf
39
37
- dockerfile
40
- - dockerfile-armhf
41
38
- go
42
- - go-armhf
43
- - java12
44
- - java8
39
+ - java11
40
+ - java11-vert-x
45
41
- node
46
- - node-arm64
47
- - node-armhf
42
+ - node12
43
+ - node14
48
44
- php7
49
45
- python
50
- - python-armhf
51
46
- python3
52
- - python3-armhf
47
+ - python3-debian
53
48
- ruby
54
49
```
55
50
You can’t perform that action at this time.
0 commit comments