summaryrefslogtreecommitdiff
path: root/src/main/resources/textFiles/consoleHelp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/textFiles/consoleHelp.txt')
-rw-r--r--src/main/resources/textFiles/consoleHelp.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/textFiles/consoleHelp.txt b/src/main/resources/textFiles/consoleHelp.txt
new file mode 100644
index 0000000..57a0655
--- /dev/null
+++ b/src/main/resources/textFiles/consoleHelp.txt
@@ -0,0 +1,15 @@
+Cristal console
+---------------
+Commands entered here are directly parsed by the beanshell engine. You can call methods directly on these pre-loaded objects:
+proxy - the EntityProxyManager
+storage - the TransactionManager
+db - the ClusterStorageManager
+lookup - the LDAPLookup (server context)
+orb - the ORB
+user - the current logged in user, or the system user if connected to the server console
+
+Built-in commands:
+log(level) - Change the log level of your stream.
+help() - View this message.
+version() - View kernel and module versions.
+shutdown() - Stop this CRISTAL instance.