apm update without --confirm requires confirmation but there is no --force

Created on 16 Mar 2015  ·  7Comments  ·  Source: atom/apm

Hello,
When I run:

apm update

I get:

Package Updates Available (1)
└── atom-beautify 0.21.6 -> 0.22.3

Would you like to install these updates? (yes)

However, I cannot run apm --force to skip the confirmation for a non-interactive update.

Most helpful comment

Sorry, I mean apm update --no-confirm?

All 7 comments

Have you tried apm update --confirm?

Sorry, I mean apm update --no-confirm?

Nope, apm help update didn't show that as an option, and now I don't have anything in need of updating. Assuming that works, can apm help update or apm help upgrade show this option?

Nope, apm help update didn't show that as an option

Yeah, it should show --confirm as an option that defaults to true, all arguments support a no- prefix to toggle them to false such as --no-color to disable terminal colors.

Thanks! Could you add All arguments support a 'no-' prefix to toggle them to false such as --no-color to disable terminal colors. to the end of apm help <command>? That might help other people who don't know about it.

Could you add

Absolutely, great idea, will add this now, sorry for the confusion.

Was this page helpful?
0 / 5 - 0 ratings