updated list of invoke tasks in doc
This commit is contained in:
parent
35b6f5297a
commit
08105cf4b3
1 changed files with 11 additions and 7 deletions
|
@ -175,13 +175,17 @@ CORE tasks to help ensure usage of the create python virtual environment.
|
||||||
```shell
|
```shell
|
||||||
Available tasks:
|
Available tasks:
|
||||||
|
|
||||||
cleanup run core-cleanup removing leftover core nodes, bridges, directories
|
cleanup run core-cleanup removing leftover core nodes, bridges, directories
|
||||||
daemon start core-daemon
|
cli run core-cli used to query and modify a running session
|
||||||
gui start core-pygui
|
daemon start core-daemon
|
||||||
install install core
|
gui start core-pygui
|
||||||
test run core tests
|
install install core, poetry, scripts, service, and ospf mdr
|
||||||
test-emane run core emane tests
|
install-scripts install core script files, modified to leverage virtual environment
|
||||||
test-mock run core tests using mock to avoid running as sudo
|
install-service install systemd core service
|
||||||
|
test run core tests
|
||||||
|
test-emane run core emane tests
|
||||||
|
test-mock run core tests using mock to avoid running as sudo
|
||||||
|
uninstall uninstall core
|
||||||
```
|
```
|
||||||
|
|
||||||
Example running the core-daemon task from the root of the repo:
|
Example running the core-daemon task from the root of the repo:
|
||||||
|
|
Loading…
Add table
Reference in a new issue