Sha256: 61e26748e23a82e419f23b915fda50bbf7cc9bb09f4ca9885d8a0af3f7287705
Contents?: true
Size: 1.4 KB
Versions: 3
Compression:
Stored size: 1.4 KB
Contents
# ronin-database 1 "April 2012" Ronin "User Manuals" ## SYNOPSIS `ronin database` [*options*] ## DESCRIPTION Manages the Ronin Database. ## OPTIONS `-v`, `--[no-]verbose` Enable verbose output. `-q`, `--[no-]quiet` Disable verbose output. `--[no-]silent` Silence all output. `--[no-]color` Enables color output. `-a`, `--add` *NAME* Adds a new Database Repository. `-s`, `--set` *NAME* Sets the configure information for a Database Repository. `-r`, `--remove` *NAME* Removes a Database Repository. `-C`, `--clear` *NAME* `WARNING:` This will delete all database within a Database Repository. `--uri` *URI* The URI of a Database Repository (`sqlite3:///path/to/db`). `--adapter` *ADAPTER* The Database ADAPTER to use: * `sqlite3` * `mysql` * `postgres` `--host` *HOST* The HOST that the Database is running on. `--port` *PORT* The PORT that the Database is listening on. `--user` *USER* The USER to login as. `--password` *PASSWORD* The PASSWORD to use while authenticating. `--database` *NAME* The name of the Database. `--path` *PATH* The path to the Database. Only valid with `sqlite3` Databases. ## FILES *~/.ronin/* Ronin configuration directory. *~/.ronin/database.log* Database log. *~/.ronin/database.sqlite3* The default sqlite3 Database file. *~/.ronin/database.yml* Optional Database configuration. ## AUTHOR Postmodern <postmodern.mod3@gmail.com>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ronin-1.5.0 | man/ronin-database.1.md |
ronin-1.5.0.rc2 | man/ronin-database.1.md |
ronin-1.5.0.rc1 | man/ronin-database.1.md |