mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Ensure that app_shell() does not lock the CLI
This commit is contained in:
parent
f9850a2264
commit
f47d496183
1 changed files with 2 additions and 0 deletions
|
@ -957,6 +957,8 @@ app:
|
||||||
### app_shell()
|
### app_shell()
|
||||||
shell:
|
shell:
|
||||||
action_help: Open an interactive shell with the app environment already loaded
|
action_help: Open an interactive shell with the app environment already loaded
|
||||||
|
# Here we set a GET only not to lock the command line. There is no actual API endpoint for app_shell()
|
||||||
|
api: GET /apps/<app>/shell
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: App ID
|
help: App ID
|
||||||
|
|
Loading…
Add table
Reference in a new issue