The CLI utility is still in beta and is subject to change.
Installing
flareio-cli is available on PyPI.
You may find all available versions on the Github releases page.
Invoke it directly using uv (recommended):
Configuration
Most commands will require exporting environment variablesFLARE_API_KEY and FLARE_TENANT_ID:
Features
Discovering Commands
You may discover all commands usinghelp:
Exporting Tenant Events
You may export a tenant’s events to a CSV using theexport-tenant-feed command:
- The output will be written to
output.csv. - The
cursor.txtfile can be used to resume the export from the last place it stopped.
Exporting Tenant Credentials
You may export a tenant’s credentials to a CSV using theexport-tenant-credentials command:
- The output will be written to
output.csv. - The
cursor.txtfile can be used to resume the export from the last place it stopped.
Feedback
Theflareio-cli project is still considered beta.
Feedback may be directed to the Github project’s issues.