-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
BugThe issue represents a bug, malfunction, regressionThe issue represents a bug, malfunction, regression
Description
Problem
flow dependencies install --help says:
--skip-update-prompts Skip prompting to update existing dependencies
However, even when passing the option, I'm still being prompted if I want to update.
Steps to Reproduce
- Run
flow dependencies install --skip-update-prompts - Get prompted to update outdated dependency
Acceptance Criteria
Option works as expected, or remove if unimplemented
Context
- Version: v2.12.0
- Ran this e.g. on https://github.com/onflow/FlowCreditMarket/tree/5da5a4f4f6e2a45130566b79da9d2c9f3a955937
Cause
| skipUpdatePrompts bool `default:"false" flag:"skip-update-prompts" info:"Skip prompting to update existing dependencies"` |
Metadata
Metadata
Assignees
Labels
BugThe issue represents a bug, malfunction, regressionThe issue represents a bug, malfunction, regression