@usefin/plugin-payroll
v0.1.0
Published
Payroll & HR Finance provider plugins for fin CLI
Readme
@usefin/plugin-payroll
Payroll & HR Finance provider plugins for the fin CLI. Only supported (GA) providers are exposed (Gusto, Deel, Rippling). List, get, create, update, delete where the provider 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: employees, pay-runs, pay-stubs. All commands support list/get; create, update, and delete are available where the provider API supports them. The --data flag (JSON body) is required for create and update.
| Example |
|--------|
| usefin <provider>:employees:list --json |
| usefin gusto:employees:get <id> |
| usefin gusto:employees:create --data '{"first_name":"Jane","last_name":"Doe"}' |
| usefin gusto:employees:update <id> --data '{}' |
| usefin gusto:employees:delete <id> |
