Grammar
Think of this like a DOS or bash prompt. The first word is a command. Every word after that is an argument to that command. Every command has a different number of required and optional parameters. White space delimits arguments. If you need a space in an argument, put double quotes around the whole thing. If you need double quotes and spaces in an argument, escape the quote with a backslash (\) first. If you need to do a backslash, escape that with a backslash.
It's pretty straight-forward. If you're confused, ask.
Command Reference
Arguments in <angle brackets> are required. Arguments in [brackets] are optional. If there is more than one optional argument, you can't skip one and provide one after it. Once you skip one, you have to skip the rest.
| ban_list [ "from" <user> ] |
Lists users who are banned from an account.
| ban_set <user> [ "from" <community> ] |
Ban another user from posting in your journal or community.
| ban_unset <user> [ "from" <community> ] |
Remove a ban on a user.
| change_journal_type <journal> <type> [ <owner> ] |
Change a journal's type.
| community <community> <action> <user> |
Add or remove a user from a community.
| faqcat <command> <commandargs> |
Tool for managing FAQ categories.
| friend <command> <user> [ <group> ] [ <fgcolor> ] [ <bgcolor> ] |
List your friends or add/remove a user from your friends list.
| help [ <command> ] |
Get help on console commands.
| moodtheme_create <name> <desc> |
Create a new moodtheme. Returns the mood theme ID that you'll need to define moods for this theme.
| moodtheme_list [ <themeid> ] |
List mood themes, or data about a mood theme.
| moodtheme_setpic <themeid> <moodid> <picurl> <width> <height> |
Change data for a mood theme. If picurl, width, or height is empty or zero, the data is deleted.
| print ... |
This is a debugging function. Given any number of arguments, it'll print each one back to you. If an argument begins with a bang (!), then it'll be printed to the error stream instead.
| set [ "for" <community> ] <propname> <value> |
Set the value of a userprop.
| shared <sharedjournal> <action> <user> |
Add or remove posting access in a shared journal.
| tag_display [ "for" <community> ] <tag> <value> |
Set tag visibility to S2.
| tag_permissions [ "for" <community> ] <add level> <control level> |
Set tagging permission levels for an account.