Skip to content

Commit

Permalink
fix tables
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Nov 25, 2024
1 parent 94a9a9b commit 9cb1fe9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/run/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This will download the latest aws plugin from the hub registry, and will set up

> Note: If you install multiple versions of a plugin only the first installation will create a connection automatically for you, you will need to create/edit a [connection](/docs/managing/connections) configuration file in order to use the additional versions of the plugin.
### Installing a Specific Version
## Installing a Specific Version
To install a specific version, simply specify the version tag after the plugin name, separated by `@` or `:`

For example, to install the 0.118.0 version of the aws plugin:
Expand Down Expand Up @@ -123,15 +123,15 @@ You can list the installed plugins with the `tailpipe plugin list` command:

```
$ tailpipe plugin list
┌─────────────────────────────────────────────────────┬─────────┬────────────────────────────────────────────
│ NAME │ VERSION │ CONNECTIONS
├─────────────────────────────────────────────────────┼─────────┼────────────────────────────────────────────
┌─────────────────────────────────────────────────────┬─────────┬────────────────────────────────────────────┐
│ NAME │ VERSION │ CONNECTIONS │
├─────────────────────────────────────────────────────┼─────────┼────────────────────────────────────────────┤
│ hub.tailpipe.io/plugins/turbot/aws@latest │ 0.4.0 │ aws,aws_account_aaa,aws_account_aab │
│ hub.tailpipe.io/plugins/turbot/digitalocean@latest │ 0.1.0 │ digitalocean │
│ hub.tailpipe.io/plugins/turbot/gcp@latest │ 0.0.6 │ gcp_project_a,gcp,gcp_project_b │
│ hub.tailpipe.io/plugins/turbot/github@latest │ 0.0.5 │ github │
│ hub.tailpipe.io/plugins/turbot/tailpipe@latest │ 0.0.2 │ tailpipe │
└────────────────────────────────────────────────────┴─────────┴─────────────────────────────────────────────┘
│ hub.tailpipe.io/plugins/turbot/tailpipe@latest │ 0.0.2 │ tailpipe
└────────────────────────────────────────────────────┴─────────┴─────────────────────────────────────────────┘
```

## Updating Plugins
Expand Down Expand Up @@ -165,8 +165,8 @@ $ tailpipe plugin list
+--------------------------------------------------+---------+-------------+
| NAME | VERSION | CONNECTIONS |
+--------------------------------------------------+---------+-------------+
| hub.tailpipe.io/plugins/turbot/aws@latest | 0.0.5 | aws |
| hub.tailpipe.io/plugins/turbot/tailpipe@latest | 0.0.1 | tailpipe |
| hub.tailpipe.io/plugins/turbot/aws@latest | 0.0.5 | aws |
| hub.tailpipe.io/plugins/turbot/tailpipe@latest | 0.0.1 | tailpipe |
+--------------------------------------------------+---------+-------------+
$ tailpipe plugin remove tailpipe
Expand All @@ -180,8 +180,8 @@ $ tailpipe plugin list
+--------------------------------------------+---------+-------------+
| NAME | VERSION | CONNECTIONS |
+--------------------------------------------+---------+-------------+
| hub.tailpipe.io/plugins/turbot/aws@latest | 0.0.5 | aws |
+--------------------------------------------+---------+-------------+
| hub.tailpipe.io/plugins/turbot/aws@latest | 0.0.5 | aws |
+--------------------------------------------+---------+-------------+
```

## Tailpipe Plugin Registry Support Lifecycle
Expand Down

0 comments on commit 9cb1fe9

Please sign in to comment.