actionsmap: hide a bunch of technical commands from --help

This commit is contained in:
Alexandre Aubin 2022-02-08 14:45:36 +01:00
parent 47543b19b7
commit c39f0ae3bc

View file

@ -552,6 +552,7 @@ domain:
### domain_url_available() ### domain_url_available()
url-available: url-available:
hide_in_help: True
action_help: Check availability of a web path action_help: Check availability of a web path
api: GET /domain/<domain>/urlavailable api: GET /domain/<domain>/urlavailable
arguments: arguments:
@ -868,6 +869,7 @@ app:
### app_register_url() ### app_register_url()
register-url: register-url:
hide_in_help: True
action_help: Book/register a web path for a given app action_help: Book/register a web path for a given app
arguments: arguments:
app: app:
@ -880,6 +882,7 @@ app:
### app_makedefault() ### app_makedefault()
makedefault: makedefault:
hide_in_help: True
action_help: Redirect domain root to an app action_help: Redirect domain root to an app
api: PUT /apps/<app>/default api: PUT /apps/<app>/default
arguments: arguments:
@ -1065,6 +1068,7 @@ backup:
### backup_download() ### backup_download()
download: download:
hide_in_help: True
action_help: (API only) Request to download the file action_help: (API only) Request to download the file
api: GET /backups/<name>/download api: GET /backups/<name>/download
arguments: arguments:
@ -1651,6 +1655,7 @@ hook:
### hook_info() ### hook_info()
info: info:
hide_in_help: True
action_help: Get information about a given hook action_help: Get information about a given hook
arguments: arguments:
action: action:
@ -1680,6 +1685,7 @@ hook:
### hook_callback() ### hook_callback()
callback: callback:
hide_in_help: True
action_help: Execute all scripts binded to an action action_help: Execute all scripts binded to an action
arguments: arguments:
action: action:
@ -1702,6 +1708,7 @@ hook:
### hook_exec() ### hook_exec()
exec: exec:
hide_in_help: True
action_help: Execute hook from a file with arguments action_help: Execute hook from a file with arguments
arguments: arguments:
path: path: