You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the updatecli() library spanws an agent based on a container (easier, faster by default).
As a end user, I would want to execute the updatecli commands in the current agent context instead of spawning an agent.
This RFE could be, instead, the same as updatecli/updatecli-action#76, e.g. instead of trying to spawn an agent, the library should check for the updatecli binary (eventually with the specified version) in the current agent, otherwise installing the updatecli binary for the current context.
The text was updated successfully, but these errors were encountered:
By default, the
updatecli()
library spanws an agent based on a container (easier, faster by default).As a end user, I would want to execute the
updatecli
commands in the current agent context instead of spawning an agent.This RFE could be, instead, the same as updatecli/updatecli-action#76, e.g. instead of trying to spawn an agent, the library should check for the updatecli binary (eventually with the specified version) in the current agent, otherwise installing the updatecli binary for the current context.
The text was updated successfully, but these errors were encountered: