Merge pull request #3740 from wkloucek/remove-run-kill-runtime

remove run and kill commands from the runtime
This commit is contained in:
Willy Kloucek
2022-05-09 14:58:41 +02:00
committed by GitHub
7 changed files with 10 additions and 224 deletions

View File

@@ -112,16 +112,6 @@ The list command prints all running oCIS extensions.
ocis list
{{< / highlight >}}
To stop a particular extension:
{{< highlight txt >}}
ocis kill web
{{< / highlight >}}
To start a particular extension:
{{< highlight txt >}}
ocis run web
{{< / highlight >}}
The version command prints the version of your installed oCIS.
{{< highlight txt >}}
ocis --version