Skip to content

fix: cp command add flag to overwrite local file

Daniel Perez requested to merge slb/dperez50/fix-cp-command into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

In CP command add --force flag to allow overwrite or not local file if already exists. Fix issue to suggest auto completed path only when possible.

Merge request reports