1
0
mirror of https://github.com/fluencelabs/examples synced 2025-03-16 08:10:51 +00:00
boneyard93501 988c1e003b
marine sqlite update to Fluence CLI ()
* update to fluence cli

* fluence update

* bump cli to 0.4.5.

* bump to cli 0.4.6.

* update to cli 0.4.8
2023-04-22 20:03:53 -05:00

16 lines
565 B
YAML

# yaml-language-server: $schema=../.fluence/schemas/service.yaml.json
# Defines a [Marine service](https://fluence.dev/docs/build/concepts/#services), most importantly the modules that the service consists of. You can use `fluence service new` command to generate a template for new service
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/service.md
version: 0
name: url_downloader
modules:
facade:
get: modules/url_downloader
local_storage:
get: modules/local_storage
curl_adapter:
get: modules/curl_adapter