thom8 / faas-composer
There is no license information available for the latest version (0.0.1) of this package.
Run composer update in openfaas
Package info
github.com/thom8/faas-composer
Language:Shell
Type:project
pkg:composer/thom8/faas-composer
0.0.1
2017-10-10 13:35 UTC
Requires
- thom8/faas-composer: dev-master
This package is not auto-updated.
Last update: 2026-03-01 10:46:57 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.