Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
romasku committed Jun 1, 2021
1 parent 27a60af commit 85e80b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.D/2147.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Added `neuro service-account` command group. The service account allow to create auth token that can be used
for integration with third-party services.

- `neuro service-account create --name optional-name ROLE` creates new service account
- `neuro service-account ls` lists service accounts
- `neuro service-account get ID_OR_NAME` retrives single service account
- `nuero service-account rm ID_OR_NAME` removes service account and revokes token.

0 comments on commit 85e80b0

Please sign in to comment.