appbuilder icon indicating copy to clipboard operation
appbuilder copied to clipboard

Allow to call an app with main appbuilder binary

Open jay7x opened this issue 1 year ago • 0 comments

I hit an issue with appbuiler when using it with mise environment manager (with UBI backend). In this case one should relink their apps with every appbuilder upgrade (because it'll be installed into another directory). Another option is to link an app to a mise "shims" directory, but those shims are already symlinks to mise itself. So it cannot route the call to appbuilder.

So it'd be quite useful to have ability to call an app directly from appbuilder binary. For example:

appbuilder exec <app> [parameter ...]
# - OR -
appbuilder run <app> [parameter ...]

jay7x avatar Dec 10 '24 07:12 jay7x