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

[FEATURE REQUEST] fastly objectstore get should return the value directly #771

Closed
acme opened this issue Jan 20, 2023 · 2 comments
Closed

Comments

@acme
Copy link

acme commented Jan 20, 2023

Is your feature request related to a problem? Please describe.

Currently fastly objectstore get returns both the key and the value:

fastly objectstore get --id $OBJECTSTOREID --key "hello"
Key: hello
Value: "there"

Describe the solution you'd like

I would like it to return just the value so that it can be scripted in a shell pipeline:

fastly objectstore get --id $OBJECTSTOREID --key "hello"
there

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@fgsch
Copy link
Member

fgsch commented Feb 6, 2023

This should be solved once #792 lands.

@fgsch
Copy link
Member

fgsch commented Feb 6, 2023

Fixed in d4bba2c

@fgsch fgsch closed this as completed Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants