mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
actionsmap: hide a bunch of technical commands from --help
This commit is contained in:
parent
47543b19b7
commit
c39f0ae3bc
1 changed files with 7 additions and 0 deletions
|
@ -552,6 +552,7 @@ domain:
|
|||
|
||||
### domain_url_available()
|
||||
url-available:
|
||||
hide_in_help: True
|
||||
action_help: Check availability of a web path
|
||||
api: GET /domain/<domain>/urlavailable
|
||||
arguments:
|
||||
|
@ -868,6 +869,7 @@ app:
|
|||
|
||||
### app_register_url()
|
||||
register-url:
|
||||
hide_in_help: True
|
||||
action_help: Book/register a web path for a given app
|
||||
arguments:
|
||||
app:
|
||||
|
@ -880,6 +882,7 @@ app:
|
|||
|
||||
### app_makedefault()
|
||||
makedefault:
|
||||
hide_in_help: True
|
||||
action_help: Redirect domain root to an app
|
||||
api: PUT /apps/<app>/default
|
||||
arguments:
|
||||
|
@ -1065,6 +1068,7 @@ backup:
|
|||
|
||||
### backup_download()
|
||||
download:
|
||||
hide_in_help: True
|
||||
action_help: (API only) Request to download the file
|
||||
api: GET /backups/<name>/download
|
||||
arguments:
|
||||
|
@ -1651,6 +1655,7 @@ hook:
|
|||
|
||||
### hook_info()
|
||||
info:
|
||||
hide_in_help: True
|
||||
action_help: Get information about a given hook
|
||||
arguments:
|
||||
action:
|
||||
|
@ -1680,6 +1685,7 @@ hook:
|
|||
|
||||
### hook_callback()
|
||||
callback:
|
||||
hide_in_help: True
|
||||
action_help: Execute all scripts binded to an action
|
||||
arguments:
|
||||
action:
|
||||
|
@ -1702,6 +1708,7 @@ hook:
|
|||
|
||||
### hook_exec()
|
||||
exec:
|
||||
hide_in_help: True
|
||||
action_help: Execute hook from a file with arguments
|
||||
arguments:
|
||||
path:
|
||||
|
|
Loading…
Add table
Reference in a new issue