-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issues capturing output of algolia cli / running on headless systems #170
Comments
Hi @dr-kd and thanks for your detailed report. For your first point, output messages of the I am curious about your use case, your intent was to parse the success message and to extract information from it? Second point: Looks like a bug, looking into it. |
Return code makes sense - in that manner I can run extra stuff in the pipe with some |
@dr-kd Understood 👍 Potentially, we could introduce a |
I think a flag |
Agreed on the flag. |
A couple of issues spotted when running algolia CLI headless:
1 - important - using algolia cli for reporting from scripts
Seems like algolia CLI is a good component for no code integrations if this was fixed
results in this output on console and the empty file
/tmp/result.txt
:I would expect to see something like the below in the file and console but it's empty.
This one is less important but still significant
Shows that the CLI is written with some assumptions about what type of system it's running on. In this case a headless VM in the cloud:
In this case where xdg-open is unavailable I'd expect the tool to echo the URL.
The text was updated successfully, but these errors were encountered: