This is a CLI app written in Go that allows you to connect to a credentials manager. With this app, you can perform various actions to manage your credentials, including authorization, retrieving stored credentials, creating new storage for credentials, and managing existing ones.
-
Authorization: Log in to the credentials manager to access your stored credentials securely.
-
Retrieve Credentials: Get a list of your stored credentials, view details, and use them as needed.
-
Create New Credentials: Create new storage for credentials with titles, usernames, passwords, and descriptions.
-
Manage Existing Credentials: Update, delete, or edit the details of your existing stored credentials.
-
Install Go if you haven't already. You can download it from the official Go website.
-
Clone this repository:
git clone https://github.com/vpnvsk/p_s_cli