@usefin/plugin-fpa
v0.1.0
Published
FP&A & Financial Planning provider plugins for fin CLI
Readme
@usefin/plugin-fpa
FP&A & Financial Planning provider plugins for the fin CLI. Only supported (GA) providers are exposed (Anaplan, Cube, Vena Solutions, Planful). List, get, create, update, delete where the API supports them; use --data '{"key":"value"}' for create/update. Mock fallback when unauthenticated.
Installation
Included when you install the main usefin CLI.
Auth setup
usefin auth:login <provider> then usefin doctor
Usage
Objects: plans, scenarios, reports. All commands support list/get; create, update, and delete are available where the provider API supports them. Use --data '{"key":"value"}' for create and update.
| Example |
|--------|
| usefin <provider>:plans:list --json |
| usefin <provider>:plans:get <id> |
| usefin <provider>:plans:create --data '{}' (where supported) |
| usefin <provider>:plans:update <id> --data '{}' |
| usefin <provider>:plans:delete <id> |
