mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
32 lines
771 B
ReStructuredText
32 lines
771 B
ReStructuredText
|
=================================
|
||
|
Role and syntax of the actionsmap
|
||
|
=================================
|
||
|
|
||
|
Principle
|
||
|
=========
|
||
|
|
||
|
The actionsmap allows to easily define commands and their arguments through
|
||
|
a YAML file. Moulinette will automatically make the command available through
|
||
|
the CLI and Rest API, and will be mapped to a python function.
|
||
|
|
||
|
The illustration below summarizes how it works :
|
||
|
|
||
|
.. image:: actionsmap.png
|
||
|
|
||
|
|
||
|
Format of the actionmap
|
||
|
=======================
|
||
|
|
||
|
General description of categories/subcategories, actions, arguments.
|
||
|
|
||
|
Authentication configuration
|
||
|
----------------------------
|
||
|
|
||
|
Document the `configuration: authenticate: all` LDAP stuff ...
|
||
|
|
||
|
Special options for arguments
|
||
|
-----------------------------
|
||
|
|
||
|
Document `nargs`, `metavar`, `extra: pattern`
|
||
|
|