Files
OmniRoute/changelog.d/fixes/11860-cli-node-base-url-collision.md
Paco Cartones 07541c4d1f fix(cli): separate node endpoint from server base URL (#11860)
Renames the provider-node URL flag to --endpoint for nodes add/update/validate so it no longer collides in meaning with the global --base-url (the OmniRoute server target), while keeping the API payload field as baseUrl. Closes #11818. Thanks!
2026-08-28 11:14:03 -03:00

238 B

  • fix(cli): keep the global OmniRoute server --base-url separate from provider-node --endpoint values in add, update, and validate commands (#11860) — thanks @pacocartones