Fork me on GitHub

MavensMate provides a number of default UIs for operations like creating & editing projects, running tests, executing apex, deploying to servers, etc.

new_project --ui

Opens the new project UI

edit_project --ui

Opens the edit project UI

{
    "project_name"  : "myproject"
}

execute_apex --ui

Opens the execute apex UI

{
    "project_name"  : "myproject"
}

deploy --ui

Opens the deploy UI

{
    "project_name"  : "myproject"
}

unit_test --ui

Opens the Apex unit test UI

{
    "project_name"  : "myproject"
}

debug_log --ui

Opens the UI to create a new debug log

{
    "project_name"  : "myproject"
}