Skip to content
New issue

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

feat: bride configuration with --token-stdin flag #164

Closed
a-hilaly opened this issue Jun 7, 2019 · 1 comment · Fixed by #200
Closed

feat: bride configuration with --token-stdin flag #164

a-hilaly opened this issue Jun 7, 2019 · 1 comment · Fixed by #200
Assignees
Labels
bridge bridge related issues CLI Concerns the command line UI
Milestone

Comments

@a-hilaly
Copy link
Collaborator

a-hilaly commented Jun 7, 2019

As discussed in #153:
To provide a token directly for git bug bridge configure we can add a second flag (like --token-stdin) to configure a bridge with a given token from stdin

@a-hilaly a-hilaly added the CLI Concerns the command line UI label Jun 7, 2019
@a-hilaly a-hilaly self-assigned this Jun 7, 2019
@a-hilaly a-hilaly added the bridge bridge related issues label Jul 6, 2019
@a-hilaly
Copy link
Collaborator Author

I implemented this feature in 65b34b6
but i'm having an error Error: inappropriate ioctl for device when i run a command like
echo "TOKEN" | ./git-bug bridge configure --name=test --target=github --token-sdtin
Can anyone try to reproduce the same error ? i'm thinking that maybe this is related to my terminal or environnement

@MichaelMure MichaelMure added this to the 0.6.0 milestone Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bridge bridge related issues CLI Concerns the command line UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants