forked from ARM-software/lisa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LisaShell.txt
33 lines (20 loc) · 836 Bytes
/
LisaShell.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
All LISA Shell commands start with "lisa-", thus using shell completion it is
easy to get a list of all the available commands.
Here is a list of the main ones, with a short description.
For a longer description type "lisa-<command> help"
.:: Generic commands
--------------------
lisa-help - Print this help, or command specific helps
lisa-version - Dump info on the LISA in use
.:: Maintenance commands
------------------------
lisa-update - Update submodules and LISA notebooks/tests
.:: Notebooks commands
----------------------
lisa-ipython - Start/Stop the IPython Notebook server
.:: Results analysis and Documentation
--------------------------------------
lisa-report - Pretty format results of last test
.:: Test commands
--------------------------------------
lisa-test - Run tests and assert behaviours