CLI Reference

CLI reference for Invoked — command-line flags and launch options for the MCP-native agent tooling desktop app.

Invoked is primarily a GUI application, but it accepts a few command-line flags useful for automation and troubleshooting.

Launching Invoked

# Standard launch
open -a Invoked
 
# Launch with a specific workspace
/Applications/Invoked.app/Contents/MacOS/Invoked --workspace ~/my-project
 
# Launch with verbose logging
/Applications/Invoked.app/Contents/MacOS/Invoked --log-level debug

Launch flags

FlagDescription
--workspace <path>Open a specific workspace directory on launch
--log-level <level>Set log verbosity: error, warn, info, debug

Application logs

Logs are written to:

~/Library/Logs/Invoked/main.log

Monitor in real time:

tail -f ~/Library/Logs/Invoked/main.log

Or open Console.app, filter by process name Invoked.

On this page