Rename migrate.py to deploy.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 22:13:27 -05:00
parent 26279f91e8
commit f328e03812

6
deploy.py Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
"""Compatibility shim delegates to the truenas_migrate package."""
from truenas_migrate.cli import main
if __name__ == "__main__":
main()