Skip to content

Enhancement: Use -f, --force instead of --confirm #4551

@waldekmastykarz

Description

@waldekmastykarz

To align with other CLIs, like npm or gh, we should use -f, --force instead of --confirm. This is a breaking change for which we need to:

  • remove existing -f shorts
  • replace all instances of --confirm with -f, --force in code
  • replace all instances of --confirm with -f, --force in docs

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions