thom8 / faas-composer
Run composer update in openfaas
Installs: 29
Dependents: 1
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 0
Open Issues: 13
Language:Shell
Type:project
Requires
- thom8/faas-composer: dev-master
This package is not auto-updated.
Last update: 2025-03-02 05:08:34 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.