1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3.
.TH NAME "1" "October 2013" "Name "readline::rl_completion_function" used only once: possible typo at ./ace line 162." "User Commands"
.SH NAME
ace \- Interactive Perl client for ACEDB
.SH SYNOPSIS
.B ace
[\fIoptions\fR] [\fIURL\fR]
.SH DESCRIPTION
.PP
AcePerl is an object-oriented Perl interface for the AceDB
database. It provides functionality for connecting to remote AceDB
databases, performing queries, fetching ACE objects, and updating
databases. The programmer's API is compatible with the JADE Java API,
and interoperable with the API used by BoulderIO.
.SH OPTIONS
.TP
\fB\-host\fR <hostname>
Server host (localhost)
.TP
\fB\-port\fR <port>
Server port (200005)
.TP
\fB\-path\fR <db path>
Local database path (no default)
.TP
\fB\-url\fR
<url> Server URL (see below
.TP
\fB\-login\fR <user>
Username
.TP
\fB\-pass\fR <pass>
Password
.TP
\fB\-tcsh\fR
Use T\-shell completion mode
.TP
\fB\-save\fR
Save database updates automatically
.TP
\fB\-exec\fR <command>
Run a command and quit
.PP
Respects the environment variables $ACEDB_HOST and $ACEDB_PORT, if present.
You can edit the command line using the cursor keys and emacs style
key bindings. Use up and down arrows (or ^P, ^N) to access the history.
The tab key completes partial commands. In tcsh mode, the tab key cycles
among the completions, otherwise pressing the tab key a second time lists
all the possibilities.
.PP
You may use multiple \fB\-exec\fR switches to run a sequence of commands, or
separate multiple commands in a single string by semicolons:
.IP
ace.pl \fB\-e\fR 'find Author Thierry\-Mieg*' \fB\-e\fR 'show'
ace.pl \fB\-e\fR 'find Author Thierry\-Mieg*; show'
.SS "Server URLs:"
.TP
rpcace://hostname:port
RPC server
.TP
sace://hostname:port
Socket server
.TP
tace:/path/to/database
Local database
.TP
\fI/path/to/database\fP
Local database
.IP
Usernames can be provided as sace://user@hostname:port
.PP
Name "readline::rl_special_prefixes" used only once: possible typo at ./ace line 161.
Unknown option: version
Usage: ./ace [options] [URL]
Interactive Perl client for ACEDB
.SS "Options (can be abbreviated):"
.TP
\fB\-host\fR <hostname>
Server host (localhost)
.TP
\fB\-port\fR <port>
Server port (200005)
.TP
\fB\-path\fR <db path>
Local database path (no default)
.TP
\fB\-url\fR
<url> Server URL (see below
.TP
\fB\-login\fR <user>
Username
.TP
\fB\-pass\fR <pass>
Password
.TP
\fB\-tcsh\fR
Use T\-shell completion mode
.TP
\fB\-save\fR
Save database updates automatically
.TP
\fB\-exec\fR <command>
Run a command and quit
.PP
Respects the environment variables $ACEDB_HOST and $ACEDB_PORT, if present.
You can edit the command line using the cursor keys and emacs style
key bindings. Use up and down arrows (or ^P, ^N) to access the history.
The tab key completes partial commands. In tcsh mode, the tab key cycles
among the completions, otherwise pressing the tab key a second time lists
all the possibilities.
.PP
You may use multiple \fB\-exec\fR switches to run a sequence of commands, or
separate multiple commands in a single string by semicolons:
.IP
ace.pl \fB\-e\fR 'find Author Thierry\-Mieg*' \fB\-e\fR 'show'
ace.pl \fB\-e\fR 'find Author Thierry\-Mieg*; show'
.SS "Server URLs:"
.TP
rpcace://hostname:port
RPC server
.TP
sace://hostname:port
Socket server
.TP
tace:/path/to/database
Local database
.TP
\fI/path/to/database\fP
Local database
.IP
Usernames can be provided as sace://user@hostname:port
.SH AUTHOR
This manual page was created using help2man for the Debian distribution by
Andreas Tille <tille@debian.org>. It can be used freely for any other
distribution.
|