We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af52864 commit 0a591a0Copy full SHA for 0a591a0
README.md
@@ -0,0 +1,13 @@
1
+# README
2
+
3
+This repository contains the source code for Updatecli plugins.
4
5
+A Updatecli plugin is a WASM module that can be used to extend Updatecli's capabilities.
6
7
+At the moment, Updatecli only support autodiscovery plugins.
8
9
+Plugins can be written in any programming language that can compile to WebAssembly (WASM).
10
+The Updatecli uses the framework [Extism](https://extism.org/docs/quickstart/plugin-quickstart)
11
12
+This project is still experimental and under active development.
13
+Feel free to share your feedbacks
0 commit comments