Changes between Version 4 and Version 5 of Cli

Show
Ignore:
Author:
znarfor (IP: 88.183.198.164)
Timestamp:
09/28/09 14:46:22 (1 year ago)
Comment:

add database CLI documentation

Legend:

Unmodified
Added
Removed
Modified
  • Cli

    v4 v5  
    160160 
    161161 
     162=== Databases === 
     163 
     164'''databases''' 
     165 
     166List registered databases connections. 
     167 
     168Syntax: 
     169 
     170{{{ 
     171ladis databases 
     172}}} 
     173 
     174'''add-database''' 
     175 
     176Register a new database connection. 
     177 
     178Informations (host, name, user, password) will be asked from prompt. 
     179 
     180Syntax: 
     181 
     182{{{ 
     183ladis add-database 
     184}}} 
     185 
     186 
     187'''delete-database''' 
     188 
     189Delete an existing database connection. 
     190 
     191ID is the unique id of the connection. You can retrieve it with the ''ladis databases'' command. 
     192 
     193Syntax: 
     194 
     195{{{ 
     196ladis delete-database ID 
     197}}} 
     198 
     199Example: 
     200 
     201{{{ 
     202ladis delete-database 4ac0af708d1c8 
     203}}} 
     204 
    162205=== Repositories === 
    163206