익숙한 터미널에서 바로 쓰는 Figena CLI
안전하게 로그인하고 필요한 워크플로를 실행한 뒤, 다른 도구로 전환하지 않고 명확한 결과를 확인하세요.
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.
경계가 분명한 명령줄 워크플로
로그인, Agent 전달, 실행 가시성은 터미널에서 사용할 수 있고 민감한 규칙은 서버에 남습니다.
보안 접근
token 복사 없는 브라우저 로그인
터미널이 흐름을 시작하고, 브라우저가 신원을 확인하며, CLI는 발급된 로컬 세션만 저장합니다.
터미널에서 시작한 로그인 코드와 일치할 때만 승인하세요.
확인 코드
QFNZ-YC
Agent 전달
배포와 추적을 한 흐름에서
The CLI submits an approved request and displays reviewable progress and results.
figena agents list --output jsonspec 검증
Figena API가 확인
버전 생성
서버에서 버전 관리
게시 및 smoke test
정책으로 제어
실행 추적
읽기 쉬운 JSON 출력
보안 경계
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.