blob: 1eb9fa538d374914699f7bbaa64021ef8a6a5feb [file] [log] [blame]
Patrick Bellasi33108ec2016-03-01 21:21:37 +01001
2All LISA Shell commands start with "lisa-", thus using shell completion it is
3easy to get a list of all the available commands.
4
5Here is a list of the main ones, with a short description.
6For a longer description type "lisa-<command> help"
7
8.:: Generic commands
9--------------------
10
11lisa-help - Print this help, or command specific helps
12lisa-version - Dump info on the LISA in use
13
14.:: Maintenance commands
15------------------------
16
17lisa-update - Update submodules and LISA notebooks/tests
18
19.:: Notebooks commands
20----------------------
21
22lisa-ipython - Start/Stop the IPython Notebook server
23
24.:: Results analysis and Documentation
25--------------------------------------
26
27lisa-report - Pretty format results of last test
28
Javi Merino833ecbf2016-03-04 11:38:56 +000029.:: Test commands
30--------------------------------------
31
32lisa-test - Run tests and assert behaviours
33