Re: [DISCUSS] Sentry interactive shell

2017-03-06 Thread Alexander Kolbasov
So we have this interactive Sentry shell that is lying around in a branch (akolb-ha-cli). I think that it would be useful to make it generally available in master - are there any opinions about that? On Wed, Dec 14, 2016 at 9:42 PM Alexander Kolbasov wrote: > On Dec 14, 2016, at 8:46 PM, Lenni K

Re: [DISCUSS] Sentry interactive shell

2016-12-14 Thread Alexander Kolbasov
> On Dec 14, 2016, at 8:46 PM, Lenni Kuff wrote: > > Thanks for kicking this off Sasha. IMO, a robust Sentry CLI seems super > important for the project - especially as Sentry support for more > components comes online. It also helps to allow 3rd party integration with > Sentry. I would like to

Re: [DISCUSS] Sentry interactive shell

2016-12-14 Thread Lenni Kuff
Thanks for kicking this off Sasha. IMO, a robust Sentry CLI seems super important for the project - especially as Sentry support for more components comes online. It also helps to allow 3rd party integration with Sentry. Is there a design document / JIRA / other material to review on the new CLI?

[DISCUSS] Sentry interactive shell

2016-12-14 Thread Alexander Kolbasov
Inspired by SentryShell I wrote a prototype of interactive Sentry shell where you have an open session and can issue CRUD commands for roles/groups/privileges. I there any interest in making this integrated into Sentry code base?