fix: Rename of the command "backfill" to "actions"
Summary
Rename the existing CLI command backfill to actions to improve command clarity and align with updated naming conventions.
Scope
Replace all usages of:
backfill
with:
actions
Required Changes
- Rename CLI command from
backfilltoactions - Update command registrations/routes
- Update CLI help documentation
- Update README
- Update internal references/tests
- Ensure backward compatibility if required
Acceptance Criteria
-
actionscommand works successfully -
backfillcommand is removed or deprecated - Help documentation reflects new command name
- Existing functionality remains unchanged
- Tests are updated and passing