CLICommands
configureLast updated on
Last updated on
Interactive configuration wizard
Interactive configuration wizard for the OpenForm CLI.
Usage
ofm configure
ofm configDescription
Walks you through each CLI setting interactively. Press Enter to keep the current value, or select a new one. Settings are saved to ~/.open-form/config.json.
The wizard configures:
- Output format - How artifacts are saved when downloaded (
json,yaml,typed,ts) - Artifacts directory - Where downloaded artifacts are stored (relative to project root)
- Cache duration - How long to cache registry data before fetching fresh
- Default registry - Registry to use when no namespace is specified
Examples
ofm configureOpenForm CLI Configuration
Walk through each setting to configure the CLI.
Press Enter to keep the current value, or select a new one.
──────────────────────────────────────────────────
1. Output Format
How artifacts are saved when downloaded from a registry.
? Output format (current: json)
❯ JSON — Portable, widely supported
YAML — Human-readable, easy to edit
Typed — JSON + TypeScript declarations (.d.ts)
TypeScript — Full TS modules with embedded types