Documentation
¶
Overview ¶
Package onepassword provides functions to utilize the 1password cli tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersion ¶
GetVersion returns the installed 1password cli version.
Types ¶
type Client ¶
Client defines a 1password client.
func (*Client) DeleteCredentials ¶
DeleteCredentials deletes credentials from 1password.
func (*Client) GetCredentials ¶
func (c *Client) GetCredentials(host, path string) (*Credentials, error)
GetCredentials loads credentials from 1password.
func (*Client) StoreCredentials ¶
StoreCredentials saves new credentials to 1password.
type Credentials ¶
Credentials defines git credentials.
Click to show internal directories.
Click to hide internal directories.