thom8/faas-composer

There is no license information available for the latest version (0.0.1) of this package.

Run composer update in openfaas

Installs: 28

Dependents: 1

Suggesters: 0

Security: 0

Stars: 14

Watchers: 3

Forks: 0

Open Issues: 13

Language:Shell

Type:project

0.0.1 2017-10-10 13:35 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:53:24 UTC


README

Requirements

Install

Once requirements are installed and OpenFaaS is running.

git clone https://github.com/thom8/faas-composer.git
cd faas-composer.git
./build.sh

Testing

This OpenFaaS UI should be available @ http://localhost:8080/ui/ which you can use for testing but you should be able to also directly interact with the endpoint eg.

curl -d "$(cat composer.json)" http://localhost:8080/function/composer_update -o composer.lock

Disclaimer

This is still highly experimental and a work in progress.