Skip to content

Migrating from cobra

Khalid El-Ouiali edited this page Jul 11, 2026 · 1 revision

Migrating from cobra

Porting cobra automation? The documentation has both the argument and the map:

The short version: LoginSession/MoDirectory becomes a context manager, MO-plus-relation-class plumbing becomes a design with bind(), and commit() becomes push() with a first-class dry run (mode="plan").

Clone this wiki locally