We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new arg on worker key install : --env
--env
worker key install proj-the-key --env
will display:
keyfile=$(worker key install proj-the-key) echo "ssh -i keyfile -o StrictHostKeyChecking=no \$@" > keyfile-gitssh.sh chmod +x keyfile-gitssh.sh export GIT_SSH="keyfile-gitssh.sh" export PKEY=keyfile
so that, we can use the command like : eval $(worker key install proj-the-key --env)
eval $(worker key install proj-the-key --env)
so that (bis): the key can be used with a git clone
The text was updated successfully, but these errors were encountered:
feat(worker): worker key install --env
dd7a5e2
close #3476 Signed-off-by: Yvonnick Esnault <[email protected]>
feat(worker): worker key install --env (#3482)
b808ed5
yesnault
Successfully merging a pull request may close this issue.
new arg on worker key install :
--env
worker key install proj-the-key --env
will display:
so that, we can use the command like :
eval $(worker key install proj-the-key --env)
so that (bis): the key can be used with a git clone
The text was updated successfully, but these errors were encountered: