Skip to content
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

Open
3guboff opened this issue Feb 17, 2021 · 5 comments
Open

New command: Create password #40

3guboff opened this issue Feb 17, 2021 · 5 comments

Comments

@3guboff
Copy link

3guboff commented Feb 17, 2021

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.

@garrettboone
Copy link
Contributor

Hi @3guboff If by creating passwords you mean storing password records without the GUI, have you taken a look at the passbolt API already?
https://api-reference.passbolt.com/
https://help.passbolt.com/api/authentication

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.

@3guboff
Copy link
Author

3guboff commented Feb 18, 2021

storing password records without the GUI

Yes

have you taken a look at the passbolt API already?

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.

@garrettboone
Copy link
Contributor

@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.

@3guboff
Copy link
Author

3guboff commented Feb 18, 2021

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.

@garrettboone
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants