-
Notifications
You must be signed in to change notification settings - Fork 4
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
configcat flag-v2 value show --json
returns an empty object
#31
Comments
Hi @oshaughnessy, thank you for reporting this issue! I'm going to investigate what's happening and I'll let you know when the fix is released. |
I'm sure you'll have a fix out quick, but if anybody else needs a workaround, this does the trick in bash to extract a specific field (in my case, the value for a given environment):
Then pass it your environment name and flag ID, e.g.
|
Hey @oshaughnessy, I've released |
That looks great. Thank you! |
Describe the bug
Running
configcat flag-v2 value show --json
, whether or not aflag-id
is given, produces an empty result.To reproduce
Expected behavior
A JSON object with data about the state of the flag in each environment, similar to the report-style output that is provided without the
--json
flag.The text was updated successfully, but these errors were encountered: