Extension manager rewrite (ACTIVE PR) #466
Labels
enhancement
New feature or request
extensions
Related to the biscuit extensions API
help wanted
Extra attention is needed
New rewrite plan for extension manager
Fetch list
extensions.toml
contains extension names mapped to their submodule name, name, version etc.Installation
update --init
'ed and that's all<extension_name>/extension.py
will be entry point which must contain adef setup(api)
Extension dev
biscuit ext new ...
command is usedbiscuit ext new --<template> ...
biscuit ext dev
will launch a biscuit instance with that extension onpytest
and it will workpublishing and updating
Extension version control
The text was updated successfully, but these errors were encountered: