Commit 117da69
Manus AI
feat: Add --host parameter to register command
The register command now accepts a --host parameter to allow users
to register against self-hosted Fleetbase instances instead of only
the default api.fleetbase.io.
Usage:
flb register --host myinstance.com
flb register -h myinstance.com
Changes:
- Added --host/-h option to register command
- Defaults to api.fleetbase.io if not specified
- Dynamically builds registration API URL based on host
- Updates login suggestion to include --host if used during registration1 parent 2a08b01 commit 117da69
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
| 726 | + | |
| 727 | + | |
727 | 728 | | |
728 | 729 | | |
729 | 730 | | |
| |||
792 | 793 | | |
793 | 794 | | |
794 | 795 | | |
795 | | - | |
| 796 | + | |
| 797 | + | |
796 | 798 | | |
797 | 799 | | |
798 | 800 | | |
| |||
1181 | 1183 | | |
1182 | 1184 | | |
1183 | 1185 | | |
| 1186 | + | |
1184 | 1187 | | |
1185 | 1188 | | |
1186 | 1189 | | |
| |||
0 commit comments