Skip to content

Commit

Permalink
add new options to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benvp committed Oct 24, 2024
1 parent 0c562fe commit 6593bd4
Show file tree
Hide file tree
Showing 3 changed files with 772 additions and 627 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,11 @@ Add the plugin config into your base environment (replace or remove the account
{
"__op_plugin": {
"cliPath": "/opt/homebrew/bin/op",
"defaultAccount": "team-name.1password.com"
}
}
```

If you need to set any [global flags](https://developer.1password.com/docs/cli/reference/#global-flags), add the following:
"defaultAccount": "team-name.1password.com",

```json
{
"__op_plugin": {
// If you need to set any global flags set them here.
// For available flags, see https://developer.1password.com/docs/cli/reference/#global-flags
"flags": {
// For example specify the account to use
"account": "example.1password.com",
}
}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-op",
"version": "0.1.2",
"version": "0.2.0",
"description": "Insomnia Plugin to integrate with 1Password CLI (op)",
"main": "./dist/app.js",
"type": "commonjs",
Expand Down Expand Up @@ -56,5 +56,6 @@
"dependencies": {
"@1password/op-js": "^0.1.11",
"node-cache": "^5.1.2"
}
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}
Loading

0 comments on commit 6593bd4

Please sign in to comment.