COMMANDS OF MIRTH
$help
Available Commands:
status
Returns status of deployed channels
deploy [timeout]
Deploys all Channels with optional timeout (in seconds)
import "path" [force]
Imports channel specified by <path>. Optional 'force' overwrites existing channels.
export id|"name"|* "path"
Exports the specified channel to <path>
importcfg "path"
Imports configuration specified by <path>
exportcfg "path"
Exports the configuration to <path>
importalerts "path"
Imports alerts specified by <path>
exportalerts "path"
Exports alerts to <path>
importscripts "path"
Imports global script specified by <path>
exportscripts "path"
Exports global script to <path>
importcodetemplates "path"
Imports code templates specified by <path>
exportcodetemplates "path"
Exports code templates to <path>
importmessages "path" id
Imports messages specified by <path> into the channel specified by <id>
exportmessages "path" id [xml|raw|transformed|encoded] [pageSize]
Exports all messages for channel specified by <id> to <path>
channel undeploy|deploy|start|stop|pause|resume|stats id|"name"|*
Performs specified channel action
channel remove|enable|disable id|"name"|*
Remove, enable or disable specified channel
channel list
Lists all Channels
clear
Removes all messages from all Channels
resetstats
Removes all stats from all Channels
dump stats|events "path"
Dumps stats or events to specified file
user list
Returns a list of the current users
user add username "password" "firstName" "lastName" "organization" "email"
Adds the specified user
user remove id|username
Removes the specified user
user changepw id|username "newpassword"
Changes the specified user's password
shutdown
Shuts down the server
quit
Quits Mirth Connect Shell
$