OpenFaaS | テンプレートをダウンロードする

OpenFaas のテンプレートをダウンロードする。

  1. faas-cli template pull コマンドを実行する

    1
    2
    3
    4
    $ faas-cli template pull
    Fetch templates from repository: https://github.com/openfaas/templates.git at master
    2020/10/08 23:03:34 Attempting to expand templates from https://github.com/openfaas/templates.git
    2020/10/08 23:03:38 Fetched 12 template(s) : [csharp dockerfile go java11 java11-vert-x node node12 php7 python python3 python3-debian ruby] from https://github.com/openfaas/templates.git
  2. テンプレートの一覧を表示する

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    $ faas-cli new --list
    Languages available as templates:
    - csharp
    - dockerfile
    - go
    - java11
    - java11-vert-x
    - node
    - node12
    - php7
    - python
    - python3
    - python3-debian
    - ruby