mirror of
https://github.com/fluencelabs/examples
synced 2025-05-16 21:01:19 +00:00
* update to fluence cli * fluence update * bump cli to 0.4.5. * bump to cli 0.4.6. * update to cli 0.4.8
12 lines
426 B
YAML
12 lines
426 B
YAML
# yaml-language-server: $schema=../../../.fluence/schemas/module.yaml.json
|
|
|
|
# Defines [Marine Module](https://fluence.dev/docs/build/concepts/#modules). You can use `fluence module new` command to generate a template for new module
|
|
|
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/module.md
|
|
version: 0
|
|
type: rust
|
|
name: curl_adapter
|
|
loggerEnabled: true
|
|
mountedBinaries:
|
|
curl: /usr/bin/curl
|