Sha256: ebc062cc4e600e6babba721de31dc4e84c5ba866066e8a7b8e7ad9ed4bf7a1d6
Contents?: true
Size: 1.73 KB
Versions: 2
Compression:
Stored size: 1.73 KB
Contents
.TH ronin\-database 1 "April 2012" Ronin "User Manuals" .SH SYNOPSIS .PP \fB\fCronin database\fR [\fIoptions\fP] .SH DESCRIPTION .PP Manages the Ronin Database. .SH OPTIONS .TP \fB\fC-v\fR, \fB\fC--[no-]verbose\fR Enable verbose output. .TP \fB\fC-q\fR, \fB\fC--[no-]quiet\fR Disable verbose output. .TP \fB\fC--[no-]silent\fR Silence all output. .TP \fB\fC--[no-]color\fR Enables color output. .TP \fB\fC-a\fR, \fB\fC--add\fR \fINAME\fP Adds a new Database Repository. .TP \fB\fC-s\fR, \fB\fC--set\fR \fINAME\fP Sets the configure information for a Database Repository. .TP \fB\fC-r\fR, \fB\fC--remove\fR \fINAME\fP Removes a Database Repository. .TP \fB\fC-C\fR, \fB\fC--clear\fR \fINAME\fP \fB\fCWARNING:\fR This will delete all database within a Database Repository. .TP \fB\fC--uri\fR \fIURI\fP The URI of a Database Repository (\fB\fCsqlite3:///path/to/db\fR). .TP \fB\fC--adapter\fR \fIADAPTER\fP The Database ADAPTER to use: .RS .IP \(bu 2 \fB\fCsqlite3\fR .IP \(bu 2 \fB\fCmysql\fR .IP \(bu 2 \fB\fCpostgres\fR .RE .TP \fB\fC--host\fR \fIHOST\fP The HOST that the Database is running on. .TP \fB\fC--port\fR \fIPORT\fP The PORT that the Database is listening on. .TP \fB\fC--user\fR \fIUSER\fP The USER to login as. .TP \fB\fC--password\fR \fIPASSWORD\fP The PASSWORD to use while authenticating. .TP \fB\fC--database\fR \fINAME\fP The name of the Database. .TP \fB\fC--path\fR \fIPATH\fP The path to the Database. Only valid with \fB\fCsqlite3\fR Databases. .SH FILES .TP \fI~/.ronin/\fP Ronin configuration directory. .TP \fI~/.ronin/database.log\fP Database log. .TP \fI~/.ronin/database.sqlite3\fP The default sqlite3 Database file. .TP \fI~/.ronin/database.yml\fP Optional Database configuration. .SH AUTHOR .PP Postmodern .MT postmodern.mod3@gmail.com .ME
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-1.5.0 | man/ronin-database.1 |
ronin-1.5.0.rc2 | man/ronin-database.1 |