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

scw config get should not return an array #948

Closed
remyleone opened this issue Apr 24, 2020 · 0 comments · Fixed by #1032
Closed

scw config get should not return an array #948

remyleone opened this issue Apr 24, 2020 · 0 comments · Fixed by #1032
Assignees
Labels
Milestone

Comments

@remyleone
Copy link
Member

What we have:

$> scw config get secret_key                                          
PROFILE  KEY         VALUE
-        secret_key  8dc1be15-4ecb-4e3c-8dc5-XXXXXXXXX

What we want

$> scw config get secret_key
8dc1be15-4ecb-4e3c-8dc5-XXXXXXXXXX 

This would allow neat use-case like

export SCW_SECRET_KEY=$(scw config get secret_key) 
@jerome-quere jerome-quere added this to the v2.0.0-beta.3 milestone May 18, 2020
@remyleone remyleone self-assigned this May 27, 2020
@remyleone remyleone linked a pull request May 27, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants