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
BACKPORT_CONFIG_DIR: This can be ANY empty folder on your local machine. Upon running the docker container for the first time, a config.json will be created automatically. This must be filled out with username and accessToken or these must be passed as CLI arguments: backport --username <username> --accessToken <accessToken>
GIT_CONFIG_FILE: Must point to a local .gitconfig file that contains the user's name and email.
You can now use backport as if it was installed on the host machine.
The text was updated successfully, but these errors were encountered:
Removed the Docker section from the readme because no-one seems to use it
Run via Docker
If you don't have Node.js or git installed locally, you can run
backport
via Docker.Click to expand
The easiest way is to add the following snippet to your bash profile:Where:
BACKPORT_CONFIG_DIR
: This can be ANY empty folder on your local machine. Upon running the docker container for the first time, aconfig.json
will be created automatically. This must be filled out withusername
andaccessToken
or these must be passed as CLI arguments:backport --username <username> --accessToken <accessToken>
GIT_CONFIG_FILE
: Must point to a local.gitconfig
file that contains the user's name and email.You can now use
backport
as if it was installed on the host machine.The text was updated successfully, but these errors were encountered: