Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "scoop update -a" #4530

Closed
AntonOks opened this issue Nov 22, 2021 · 7 comments · Fixed by #4531 or #4594
Closed

fix "scoop update -a" #4530

AntonOks opened this issue Nov 22, 2021 · 7 comments · Fixed by #4531 or #4594
Labels

Comments

@AntonOks
Copy link

found this one finally merged (THANKS!!!) and was super excited to test it...

PRO:

  • scoop help update shows already the merged help info:
λ  scoop help update
Usage: scoop update <app> [options]

'scoop update' updates Scoop to the latest version.
'scoop update <app>' installs a new version of that app, if there is one.

You can use '*' in place of <app> to update all apps.

Options:
  -f, --force               Force update even when there isn't a newer version
  -g, --global              Update a globally installed app
  -i, --independent         Don't install dependencies automatically
  -k, --no-cache            Don't use the download cache
  -s, --skip                Skip hash validation (use with caution!)
  -q, --quiet               Hide extraneous messages
  -a, --all                 Update all apps (alternative to '*')
  • scoop update --all works great

CON: scoop update -a doesn't.. getting

λ  scoop update -a
scoop update: Option -a requires an argument.
@niheaven niheaven added the bug label Nov 23, 2021
@rashil2000
Copy link
Member

@filmor can you look into this?

@niheaven
Copy link
Member

Fixed in #4531, will be closed while 'develop' being merged into 'master'.

@bjubes
Copy link
Contributor

bjubes commented Nov 30, 2021

this has always been a bug, it wasn't introduced by the -a flag. see #4207. glad its finally being fixed.

@AntonOks
Copy link
Author

AntonOks commented Dec 1, 2021

btw., from what I see above, -a|--all is meant to be an alternative to '*' ... but it's not working the same way here...

If I do '*' all APPs are updated, if I do a '--all' only the scoop buckets are updated but NOT the APPs?!?

@rashil2000
Copy link
Member

Which branch are you using?

@niheaven
Copy link
Member

niheaven commented Dec 1, 2021

Already fixed in #4531

@AntonOks
Copy link
Author

AntonOks commented Dec 1, 2021

Which branch are you using?

what ever the default is :O (or in other words, didn't change it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants