-
Notifications
You must be signed in to change notification settings - Fork 30
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
New command: Create password #40
Comments
Hi @3guboff If by creating passwords you mean storing password records without the GUI, have you taken a look at the passbolt API already? Some pages are in the process of getting updated but if you end up using the API and run into trouble, feel free to post in the forum with any questions. |
Yes
Yes, it's not easy to use with simple tool like curl. That why I'm looking for ready to use solutions instead of writing something by self. This repo already contain command line client, but without write ability it's useless. |
@3guboff There is a place on the community forum for requests of new features. https://community.passbolt.com/c/backlog/6 The command line tool is not going to replace the API as their purposes are separate. Curl is able to be used with the API but the documentation of how to do so is not on the site. However, Swagger UI has a built in curl command if you decide to install it locally for your own development. |
Did you try use curl for authenticate for example? Do you have proof of concept? Anyway, I found this project: https://github.com/liip/wrench with functionality what I need. Will be great it official cli will be improved with this so important feature. Thanks. |
@3guboff https://help.passbolt.com/api/authentication shows the sequence with examples. You could use curl, php, Postman, etc. The help site currently does not show the api sub-menu on mobile devices so make sure to look on a non-mobile device. |
Hello!
Will be really nice, if via this cli will have options of creating passwords.
I tried find some exist solution for this, but no luck.
This feature will help with creating passwords in automatization processes.
The text was updated successfully, but these errors were encountered: