debricked / cli

Debricked's command line interface. It brings open source security, compliance and health to your project via the command prompt.
MIT License
19 stars 8 forks source link

--regenerate flag throws "Error: unknown flag: --regenerate" #214

Closed mjyatl777 closed 3 months ago

mjyatl777 commented 3 months ago

I wish to regenerate already existing lock files. Using debricked CLI version 1.2.1 via Windows command prompt:

C:\project> debricked resolve . --regenerate 2

The above command throws the following error:

Error: unknown flag: --regenerate Usage: debricked resolve [path] [flags] ...

sweoggy commented 3 months ago

Please make sure you are running the latest version.

Is the flag listed as one of the flags if you run debricked resolve --help?

mjyatl777 commented 3 months ago

confirmed the latest version does not throw "unknown flag"