Skip to content

Running convert-from-nuget with --migrate-credentials plaintext fails. #2543

Open
@caveman-dick

Description

@caveman-dick

Description

When running the command below:

paket convert-from-nuget --migrate-credentials plaintext

it fails with an error:

You cannot use the old and new syntax at the same time: --creds-migration <-> --migrate-credentials

If you try running:

paket convert-from-nuget --creds-migration plaintext

it fails with the following error:

ERROR: unrecognized argument: '--creds-migration'.

Repro steps

Please provide the steps required to reproduce the problem

  1. Run: paket convert-from-nuget --migrate-credentials plaintext

Expected behavior

It should run adding the credentials into the paket.dependancies file in plain text

Actual behavior

Error occurs:

You cannot use the old and new syntax at the same time: --creds-migration <-> --migrate-credentials

Known workarounds

None

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions