-
Notifications
You must be signed in to change notification settings - Fork 0
Migrating from cobra
Khalid El-Ouiali edited this page Jul 11, 2026
·
1 revision
Porting cobra automation? The documentation has both the argument and
the map:
- Why niwaki — the comparison
- Side by side — eight tasks in both SDKs
- The migration guide — concept map, three worked ports, pitfalls
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").
This wiki is a signpost — the documentation lives at https://k3l0-dev.github.io/niwaki/. Edits here are periodically replaced from the repository (docs/wiki/).