aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[Feature Request] Add `--assume-yes` to the `aptos update` to work with IDEs

Open mkurnikov opened this issue 1 month ago • 0 comments

🚀 Feature Request

Motivation

Is your feature request related to a problem? Please describe.

Right now aptos update aptos feature is not very useful for IDEs. It only supports interactive [Y/n] mode of working with the update aptos.

Pitch

Describe the solution you'd like

I would like to have --assume-yes to select Y automatically, like it's done for other commands (ie. aptos move publish).

Describe alternatives you've considered

There's probably a way to imitate interactive mode of working with the shell with stdin handling, but it's costly to implement compared to the proposed CLI flag.

Are you willing to open a pull request? (See CONTRIBUTING) Maybe later.

Additional context

mkurnikov avatar May 13 '24 15:05 mkurnikov