The old script is replaced by . This commit
keeps the file in scripts/ as a thin shim that prints a
DeprecationWarning at import time and delegates to cyclone.cli.main.
- shows the canonical
group output (since main() is the Click group).
- shows the
same help as .
- The DeprecationWarning fires at import time so any cron job /
test that imports the script surfaces the migration.
Removed in a follow-up SP after the operator's muscle memory
has switched to the CLI subcommand.