Figena CLI, direkt in Ihrem Terminal.
Melden Sie sich sicher an, führen Sie die benötigten Workflows aus und erhalten Sie klare Ergebnisse, ohne das Tool zu wechseln.
npm
npm install -g @figena/cli
figena --versionpnpm
pnpm add -g @figena/cliyarn
yarn global add @figena/cliWhy Figena CLI
The CLI provides a controlled command-line experience for approved workflows.
Need integration access?
OpenPort remains the service integration path. Figena CLI complements it for terminal, CI, and agent workflows.
What the CLI supports now
The CLI supports documented access, diagnostics, delivery, and visibility workflows.
Access and diagnostics
- Browser-based
figena auth login, plus logout, refresh, and status. figena configand profile commands for API base URLs and local context.figena doctorchecks Node, profile, credentials, store permissions, API version, and health.figena versionreports CLI/API compatibility and server capabilities.
Agents and runs
figena agents list,get,create,version create,publish, anddeploy.- Use documented delivery commands and review the result before relying on a change.
figena runandfigena runs waitsupport repeatable execution flows.figena runs tracehelps inspect run and published invocation context.
OpenPort and knowledge
- Supported integration commands are documented when they become available.
- Administrative commands require an authenticated, authorized user.
- Supported knowledge workflows are documented in the CLI help.
- Validate supported specifications with the current CLI command documentation.
Automation safety
- JSON output for scripts, agents, and CI jobs.
- Pagination, retry, timeout, and backoff behavior in the API client.
- Local config files use restrictive permissions.
- The published package is designed to avoid source maps, test artifacts, private config, and server-side implementation details.
Kommandozeilen-Workflows mit klaren Grenzen
Anmeldung, Agent-Auslieferung und Lauftransparenz bleiben im Terminal nutzbar, während sensible Regeln serverseitig bleiben.
Sicherer Zugriff
Browser-Anmeldung ohne Token-Kopieren
Das Terminal startet den Ablauf, der Browser bestätigt die Identität, und die CLI speichert nur die lokale Sitzung.
Bestätigen Sie nur, wenn der Code zur Anmeldung aus dem Terminal passt.
Verifizierungscode
QFNZ-YC
Agent-Auslieferung
Deploy und Trace in einem Ablauf
The CLI submits an approved request and displays reviewable progress and results.
figena agents list --output jsonSpec validieren
Von der Figena API geprüft
Version erstellen
Serverseitig versioniert
Veröffentlichen und Smoke-Test
Policy-gesteuert
Run verfolgen
Lesbare JSON-Ausgabe
Sicherheitsgrenze
Controlled command-line access
The public CLI exposes documented commands without publishing internal platform design.
Command-line workflows, with the platform in control.
Install, sign in, check status, and run documented workflows from the terminal.
FAQ
Is Figena CLI a finished product?
Does the CLI run AI or core business logic locally?
What can it do today?
Can it work in CI and server environments?
Is this the only way to integrate?
Bring Figena to the command line
Use Figena CLI to bring secure terminal workflows into scripts, operations, and AI agent workflows.