• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
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
29.:: Test commands
30--------------------------------------
31
32lisa-test    - Run tests and assert behaviours
33
34