Refact: changed the name of backfill command to actions
Overview
This Merge Request renames the existing CLI command backfill to actions to improve clarity and align with updated naming conventions across the project.
This is a non-functional refactor, meaning there are no changes to business logic or command behavior—only naming updates.
🎯 What this MR does
-
Renames CLI command:
-
backfill→actions
-
-
Updates command registration and routing
-
Updates CLI help output and command descriptions
-
Updates README documentation and usage examples
-
Updates internal references across the codebase
-
Updates test cases to reflect the new command name
-
Ensures consistent naming conventions across CLI interface
🔁 Backward Compatibility
-
❌ backfillcommand is removed (or deprecated if aliasing is enabled) -
✅ actionsis the new canonical command
🧪 Test Coverage
The following areas have been updated and validated:
- CLI command execution tests
- Help/usage output validation
- Integration tests referencing
backfill - Snapshot tests (if applicable)
- Scripted CLI invocations in CI/CD pipelines
Expected Results
-
actionscommand executes successfully - No remaining references to
backfillin tests - CLI help correctly displays
actions - All tests pass in CI pipeline
📚 Documentation Updates
Updated documentation includes:
- README usage examples
- CHANGELOG.md
- command-reference.md
- troubleshooting.md
- user-manual.md
All occurrences of:
backfill
have been replaced with:
actions
Closes: #46 (closed)
Edited by Bhaskar Battula