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

Create ursacli, a cli tool for ursadb written in C++ #48

Closed
msm-code opened this issue Apr 13, 2020 · 0 comments · Fixed by #46
Closed

Create ursacli, a cli tool for ursadb written in C++ #48

msm-code opened this issue Apr 13, 2020 · 0 comments · Fixed by #46
Assignees
Labels
level:medium This issue is of average difficulty priority:medium Priority: medium
Milestone

Comments

@msm-code
Copy link
Contributor

Why do we need this?

Because having the only client written in python is problematic in a dockerised environment - for example, to debug a trivial issue on docker we need to:

  • download python
  • install pip
  • install python dependencies
  • install git
  • clone ursadb-cli repo
  • run the tool

Having a stanard tool will make our life way easier

@msm-code msm-code added level:medium This issue is of average difficulty priority:medium Priority: medium labels Apr 13, 2020
@msm-code msm-code linked a pull request Apr 13, 2020 that will close this issue
@chivay chivay added this to the v1.4.0 milestone Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level:medium This issue is of average difficulty priority:medium Priority: medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants