Skip to content

Commit

Permalink
Update repo name to use onepassword instead of 1password
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed Jul 20, 2023
1 parent 3fef17b commit 9742915
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use SQL to query vaults, items, files and more from 1Password.
- **[Get started →](https://hub.steampipe.io/plugins/turbot/1password)**
- Documentation: [Table definitions & examples](https://hub.steampipe.io/plugins/turbot/1password/tables)
- Community: [Slack Channel](https://steampipe.io/community/join)
- Get involved: [Issues](https://github.com/turbot/steampipe-plugin-1password/issues)
- Get involved: [Issues](https://github.com/turbot/steampipe-plugin-onepassword/issues)

## Quick start

Expand Down Expand Up @@ -80,8 +80,8 @@ Prerequisites:
Clone:

```sh
git clone https://github.com/turbot/steampipe-plugin-1password.git
cd steampipe-plugin-1password
git clone https://github.com/turbot/steampipe-plugin-onepassword.git
cd steampipe-plugin-onepassword
```

Build, which automatically installs the new version to your `~/.steampipe/plugins` directory:
Expand Down Expand Up @@ -111,9 +111,9 @@ Further reading:

## Contributing

Please see the [contribution guidelines](https://github.com/turbot/steampipe/blob/main/CONTRIBUTING.md) and our [code of conduct](https://github.com/turbot/steampipe/blob/main/CODE_OF_CONDUCT.md). All contributions are subject to the [Apache 2.0 open source license](https://github.com/turbot/steampipe-plugin-1password/blob/main/LICENSE).
Please see the [contribution guidelines](https://github.com/turbot/steampipe/blob/main/CONTRIBUTING.md) and our [code of conduct](https://github.com/turbot/steampipe/blob/main/CODE_OF_CONDUCT.md). All contributions are subject to the [Apache 2.0 open source license](https://github.com/turbot/steampipe-plugin-onepassword/blob/main/LICENSE).

`help wanted` issues:

- [Steampipe](https://github.com/turbot/steampipe/labels/help%20wanted)
- [1Password Plugin](https://github.com/turbot/steampipe-plugin-1password/labels/help%20wanted)
- [1Password Plugin](https://github.com/turbot/steampipe-plugin-onepassword/labels/help%20wanted)
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ category: ["security"]
icon_url: "/images/plugins/turbot/1password.svg"
brand_color: "#1A8CFF"
display_name: "1Password"
short_name: "1password"
short_name: "onepassword"
description: "Steampipe plugin to query vaults, items, files and more from 1Password."
og_description: "Query 1Password with SQL! Open source CLI. No DB required."
og_image: "/images/plugins/turbot/1password-social-graphic.png"
Expand Down Expand Up @@ -93,5 +93,5 @@ export OP_CONNECT_HOST=http://localhost:8080

## Get involved

- Open source: https://github.com/turbot/steampipe-plugin-1password
- Open source: https://github.com/turbot/steampipe-plugin-onepassword
- Community: [Slack Channel](https://steampipe.io/community/join)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/turbot/steampipe-plugin-1password
module github.com/turbot/steampipe-plugin-onepassword

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/turbot/steampipe-plugin-1password/onepassword"
"github.com/turbot/steampipe-plugin-onepassword/onepassword"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion onepassword/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func Plugin(ctx context.Context) *plugin.Plugin {
p := &plugin.Plugin{
Name: "steampipe-plugin-1password",
Name: "steampipe-plugin-onepassword",
ConnectionConfigSchema: &plugin.ConnectionConfigSchema{
NewInstance: ConfigInstance,
Schema: ConfigSchema,
Expand Down

0 comments on commit 9742915

Please sign in to comment.