Skip to content

muriops CLI

Terminal workspace

The MuriOps CLI authenticates your workspace locally so you can list projects, set an active project and inspect its latest diagnostic, action plan and connections without leaving your development environment.

Install

Requires Node.js 18 or later. Installs the `muriops` binary globally.

npm install -g muriops

Commands

muriops login

Authenticate with email and password.

muriops logout

End the local session.

muriops status

Show organization, active project, connection and plan.

muriops projects

List the projects in the workspace.

muriops use <projectId>

Set the active project (shown in `status`).

muriops project [id]

Show the diagnostic, plan and connections of the active project.

muriops help

Show the command list.

Environment variables

MURIOPS_API_URL

Overrides the API (default: https://api.muriops.com.br).

Terminal workspace — MuriOps