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
Is your feature request related to a problem? Please describe.
We are planning to ship a docker image for ugit, which everyone would be able to pull from dockerhub registry. We need to make few adjustments in ugit for that.
Describe the solution you'd like
To aid this, we will introduce a new boolean ENV variable UGIT_RUNNING_IN_DOCKER. Use this new variabel to perform following things:
Don't open the guide when user invokes the script with --guide flag. Instead, just display the URL of the guide.
Don't update the script when user invokes the script using --update flag, just print what version of script a user is using, and tell them to pull the latest image.
Is your feature request related to a problem? Please describe.
We are planning to ship a docker image for ugit, which everyone would be able to pull from dockerhub registry. We need to make few adjustments in ugit for that.
Describe the solution you'd like
To aid this, we will introduce a new boolean ENV variable
UGIT_RUNNING_IN_DOCKER
. Use this new variabel to perform following things:--guide
flag. Instead, just display the URL of the guide.--update
flag, just print what version of script a user is using, and tell them to pull the latest image.Other items that are related to this:
printf
while printing--help
text #67basename
on--help
argument #66Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: