Skip to main content

Welcome

Documentation for the AI Tooling project.

Current setup

1. Log in once with the Ymirr CLI (browser opens; your token is saved):

ymirr login

2. Use Netrunner for database cloning and branching. You can either:

  • From Ymirr — run netrunner commands via ymirr netrunner ... (e.g. ymirr netrunner clone create my-db -d <database> -b <branch>)
  • Standalone — run the Netrunner CLI directly: ymirr-netrunner clone create my-db -d <database> -b <branch>

Same login, same token. Pick whichever you prefer.

Contents

  • Ymirr CLI — Ymirr commands: auth and netrunner passthrough (with a link to the Netrunner docs).
  • Database Branching (Netrunner) — Database cloning: create clones and branches with the Netrunner CLI.