Skip to content

Commit

Permalink
feat(devservices): Add devservices cli tool (#4079)
Browse files Browse the repository at this point in the history
This adds the devservices cli tool to be used once the venv is
activated. The devservices
[configurations](#4049) are
already added to the snuba repo so you should be able to use it as soon
as you install the new cli tool.

We are also offering a binary to be used for a system installation of
devservices (installation instructions in the README
[here](https://github.com/getsentry/devservices)). However, use this at
your own risk given that we're changing things pretty constantly and
bumping/downgrading versions isn't quite as easy as pinning to a version
in the venv.

#skip-changelog
  • Loading branch information
hubertdeng123 authored Sep 27, 2024
1 parent 7419604 commit fabbfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
black==24.3.0
blinker==1.8.2
click==8.1.7
devservices==0.0.3
flake8==7.0.0
confluent-kafka==2.1.1
flask==3.0.3
Expand Down

0 comments on commit fabbfe9

Please sign in to comment.