Skip to content

flow dependencies install --skip-update-prompts does not work #2224

@turbolent

Description

@turbolent

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

  1. Run flow dependencies install --skip-update-prompts
  2. Get prompted to update outdated dependency

Acceptance Criteria

Option works as expected, or remove if unimplemented

Context

Cause

skipUpdatePrompts bool `default:"false" flag:"skip-update-prompts" info:"Skip prompting to update existing dependencies"`
exists, but is not used anywere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugThe issue represents a bug, malfunction, regression

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions