browse opens provider resources in a browser.
Some workflows end in a provider UI. browse keeps resource resolution inside
Gitfleet while handing visual inspection to the browser.
Use browse when you want to open a repository from the active provider and
profile.
Make sure the current shell has browser-opening support. If you are inside SSH,
CI, or a minimal container, prefer copying the provider URL from repo view or
using --json with a modeled read command.
gitfleet browse open --repo owner/repository
GitHub and GitLab both expose browsing support.
This command is read-only, but it launches a browser or opens a URL in the local environment.
Use provider URLs directly in automation; browse is primarily interactive.