Cargo installs binaries into ~/.cargo/bin. Make sure that directory is on
PATH:
export PATH="$HOME/.cargo/bin:$PATH"Refresh a local install after pulling source changes:
cargo install --path gitfleet --forceCheck the active profile:
gitfleet auth status
gitfleet auth listSwitch profiles explicitly:
gitfleet auth switch workFor repository-local detection, run:
gitfleet auth detectThe selected provider does not support the requested command family or nested
operation. Confirm provider support with gitfleet auth status and see
Providers.
Common examples are GitHub wiki operations, GitLab discussions, GitLab repository secrets, and GitHub protected-tag operations. Those are provider capability differences, not local installation problems.
Confirm the token has the required provider permissions, the selected host is
correct, and automation has exported the expected GITFLEET_*_TOKEN variable.
Use --debug for redacted diagnostics.
Add --yes to destructive operations when running with --json, in CI, or in a
non-interactive shell.
Pass --repo owner/repository explicitly, or run the command from a Git clone
whose remote points at the intended provider. In scripts, prefer explicit
--repo values because they do not depend on the current working directory.