unclecode
cd02616218
feat(cnode): add standalone CLI for Docker server management
- Reorganized server management code:
- Moved server_cli.py -> deploy/docker/cnode_cli.py
- Moved server_manager.py -> deploy/docker/server_manager.py
- Created fast Python-based installation (0.1s startup):
- deploy/installer/cnode_pkg/ - Standalone package
- deploy/installer/install-cnode.sh - Local installer
- deploy/installer/deploy.sh - Remote installer for users
- Added backward compatibility:
- crawl4ai/cli.py: 'crwl server' redirects to 'cnode'
- Updated tests to match new CLI structure (12/12 passing)
- Automated sync workflow:
- .githooks/pre-commit - Auto-syncs source to package
- setup-hooks.sh - One-time setup for contributors
- deploy/installer/sync-cnode.sh - Manual sync script
Performance:
- Startup time: 0.1s (49x faster than PyInstaller)
- Size: ~50KB wrapper vs 8.8MB binary
Commands:
cnode start [--replicas N] # Start server/cluster
cnode status # Check status
cnode scale N # Scale replicas
cnode logs [-f] # View logs
cnode stop # Stop server
2025-10-21 09:31:18 +08:00
..
2025-03-12 19:05:24 +08:00
2025-06-10 18:08:27 +08:00
2025-09-16 15:45:54 +08:00
2025-02-19 14:13:17 +08:00
2025-04-14 12:39:05 +05:30
2025-08-04 19:02:01 +08:00
2025-05-23 16:05:44 +08:00
2025-06-07 23:07:19 +08:00
2025-10-19 13:31:14 +08:00
2025-08-14 18:21:24 +08:00
2025-08-17 19:22:23 +08:00
2025-07-04 15:16:53 +08:00
2025-09-09 12:49:55 +08:00
2025-09-16 15:48:45 +08:00
2025-08-18 10:59:14 +08:00
2025-08-16 09:27:23 +08:00
2025-04-11 00:44:43 +08:00
2025-10-02 09:21:44 +02:00
2025-07-08 11:46:13 +02:00
2025-07-31 12:06:10 +08:00
2025-08-28 17:38:40 +08:00
2025-09-18 15:39:06 +08:00
2025-09-18 15:39:06 +08:00
2025-08-08 11:18:34 +08:00
2025-01-13 19:19:58 +08:00
2025-01-30 19:35:06 +08:00
2025-10-21 09:31:18 +08:00
2025-04-15 22:27:18 +08:00
2025-06-10 15:44:45 +08:00
2025-08-28 17:38:40 +08:00
2025-05-21 13:27:17 +08:00
2025-06-13 11:26:17 +02:00
2025-02-23 21:23:41 +08:00
2025-07-17 16:59:10 +08:00
2025-06-27 21:54:22 +08:00
2025-04-17 20:13:53 +08:00
2025-01-13 19:19:58 +08:00
2025-01-13 19:19:58 +08:00
2025-08-25 14:04:08 +08:00
2025-07-14 17:29:50 +08:00
2025-04-15 22:27:18 +08:00
2025-10-20 12:42:18 +08:00
2025-10-20 12:42:18 +08:00
2025-04-15 22:27:18 +08:00
2025-08-14 18:21:24 +08:00
2025-08-04 19:02:01 +08:00
2025-03-02 20:32:29 +08:00
2025-09-02 16:49:01 +08:00