Please confirm these before moving forward.
Describe the improvement
Currently i try to use the cli parameters to create a list of apps via the bundle function and then install it via the cli command. The Issue with the cli command is that there is no progress cause of the reworked api which leads to the impression that the program hangs. The UI seems to trigger each installation separately which you can query via operation id to get an constant feedback about the progress. I would like to have the same behaviour for bundles so that it does feel more like something is happening. Or directly return an operation id for the bundle installation so that the operation output --id can be used to see the progress.
Describe how this improvement could help users
Gives a cleaner experience and idea what happens on the system when useing bundle install.
Please confirm these before moving forward.
Describe the improvement
Currently i try to use the cli parameters to create a list of apps via the bundle function and then install it via the cli command. The Issue with the cli command is that there is no progress cause of the reworked api which leads to the impression that the program hangs. The UI seems to trigger each installation separately which you can query via operation id to get an constant feedback about the progress. I would like to have the same behaviour for bundles so that it does feel more like something is happening. Or directly return an operation id for the bundle installation so that the operation output --id can be used to see the progress.
Describe how this improvement could help users
Gives a cleaner experience and idea what happens on the system when useing bundle install.