Home | History | Annotate | Download | only in lisa
      1 
      2 All LISA Shell commands start with "lisa-", thus using shell completion it is
      3 easy to get a list of all the available commands.
      4 
      5 Here is a list of the main ones, with a short description.
      6 For a longer description type "lisa-<command> help"
      7 
      8 .:: Generic commands
      9 --------------------
     10 
     11 lisa-help    - Print this help, or command specific helps
     12 lisa-version - Dump info on the LISA in use
     13 
     14 .:: Maintenance commands
     15 ------------------------
     16 
     17 lisa-update  - Update submodules and LISA notebooks/tests
     18 
     19 .:: Notebooks commands
     20 ----------------------
     21 
     22 lisa-ipython - Start/Stop the IPython Notebook server
     23 
     24 .:: Results analysis and Documentation
     25 --------------------------------------
     26 
     27 lisa-report  - Pretty format results of last test
     28 
     29 .:: Test commands
     30 --------------------------------------
     31 
     32 lisa-test    - Run tests and assert behaviours
     33 
     34