Install Gitfleet, authenticate, inspect the active profile, and run a read-only repository command.
This workflow is intentionally conservative. It starts with authentication and read commands so you can confirm the selected account, provider, host, and repository context before making changes.
cargo install --path gitfleet
gitfleet auth login
gitfleet auth status
gitfleet repo list
gitfleet issue list --repo owner/repositoryUse gitfleet help and nested help when exploring:
gitfleet help
gitfleet help repo
gitfleet help change createStart with read commands until the profile, provider, and repository target are
clear. Destructive commands prompt in human mode and require --yes in
automation.
Next, read Authentication if you need multiple accounts or enterprise hosts, and Command Reference when you are ready to choose a command family.