spinel-coop/rv

Add global option `--offline` to prevent all network access

Open

#444 ouverte le 1 févr. 2026

Voir sur GitHub
 (0 commentaires) (2 réactions) (0 assignés)Rust (46 forks)user submission
good first issue

Métriques du dépôt

Stars
 (1 706 stars)
Métriques de merge PR
 (Merge moyen 4j 18h) (14 PRs mergées en 30 j)

Description

If the flag --offline is passed, rv should try to operate without making network requests. For example, it should not check for available ruby versions, try to install ruby versions, or try to look up or install gems. If it's possible to run without network requests (perhaps a ruby version that meets the requested version is already installed?) it should run with whatever is already present. If it's not possible to run without making network requests, rv should fail with an error explaining the problem and a suggestion to try again without --offline because that might work.

Guide contributeur