Skip to main content
The Membrane CLI lets you manage integrations, run actions, and sync configuration from your terminal.

Install

npm install -g @membranehq/cli

Authenticate

membrane login

Commands

Setup

Authenticate, check status, and navigate your workspace.
CommandDescription
membrane loginAuthenticate with Membrane
membrane logoutClear stored credentials
membrane statusShow current workspace status
membrane openOpen a resource in the browser (Console)
membrane searchSearch Membrane resources

Connect

Create and manage connections to external apps.
CommandDescription
membrane connectCreate a new connection to an external app
membrane connectionManage existing connections (list, get, ensure, archive)
membrane connection-requestManage connection requests (OAuth flows)

Act

Run actions and make API requests through connections.
CommandDescription
membrane actionRun or manage actions (list, get, create, run)
membrane requestMake an HTTP request through a connection

Workspace Management

Sync your workspace configuration between Membrane and local files.
CommandDescription
membrane pullPull configuration from Membrane to local files
membrane pushPush local configuration to Membrane
membrane diffShow differences between local and remote