Command
|
Options / Args
|
Usage
|
connect |
-s <serverName> -u <user> -p <password> -r <profile> |
With host/username/password
connect -u somewhere.com -u somebody -p nobody
With profile
connect -r myprofile
|
list |
|
list [path] :Lists entries in the path. If no path is specified, all entries in the current
context are listed |
pwd |
|
pwd : Displays current context |
saveProfile |
|
saveProfile [prof-name]: saves the connection paramters (user, password , host and preferred editor) in a profile.If no argument is specified, its stored as "default" |
search |
|
search <path> <filter> <level>: Searches the "path" using the filter. If the "level" argument is set to
subtree, the search scope is "SUBTREE", else it is set to a one-level search |
view |
|
view <entry>: Shows the attributes of the entry |
edit |
|
edit <entry>: Opens the editor configured with the entry specified |
rm |
|
rm <entry>: Deletes the entry |
set |
|
set <property_name>=<property_value>: Saves the property in the environment. All properties in the environment are saved by the "saveProfile" Command |