ws. Commands:
Python · TypeScript.
- Python
- TypeScript
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up the Airtable CLI with Python or TypeScript.
ws. Commands:
Python · TypeScript.
from mirage.commands.cli.builtin.airtable import AIRTABLE
from mirage.vfs.airtable import AirtableConfig
config = AirtableConfig(token="pat...")
ws.register_cli("airtable", AIRTABLE, config.model_dump())
import { AIRTABLE } from '@struktoai/mirage-core'
const config = { token: 'pat...' }
ws.registerCli('airtable', AIRTABLE, config)