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 loginAuthenticate with email and password.
muriops logoutEnd the local session.
muriops statusShow organization, active project, connection and plan.
muriops projectsList 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 helpShow the command list.
Environment variables
MURIOPS_API_URLOverrides the API (default: https://api.muriops.com.br).
