-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
REST API for commands #320
Comments
Someone mentioned it in the past as far as I remember. Probably you'd like to use it locally to invoke commands without direct access to CLI? |
The CLI is great. However, we have a use case where we'd like to create customer specific access tokens (i.e. lots of them) and the REST api would make it easier to create and manage them programmatically. |
I think it could be implemented with #268. I'll try to find a moment on the weekend. |
Thanks, appreciated! |
…x AuthDto property in AuthEndpoint unit test
Using 2.9.7 you should be able to execute commands through the api. Take a look at: |
…x AuthDto property in AuthEndpoint unit test
Would be great if you could issue the same CLI commands via a rest api. Now it seems the only rest api is for fetching info about repos and artifacts.
The text was updated successfully, but these errors were encountered: