Commit e63a888
Manus AI
feat: Auto-clone Fleetbase repository if not present
The install-fleetbase command now automatically clones the Fleetbase
repository into the target directory if docker-compose.yml is not found.
This improves the user experience by eliminating the need to manually
clone the repository before running the install command.
Changes:
- Automatically detects if Fleetbase files are missing
- Clones repository using 'git clone' if needed
- Creates target directory if it doesn't exist
- Provides clear feedback during the cloning process
- Gracefully handles clone failures with helpful error messages1 parent 7d9233f commit e63a888
1 file changed
Lines changed: 22 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | 884 | | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
896 | 907 | | |
897 | 908 | | |
898 | 909 | | |
| |||
0 commit comments