You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,16 @@ Plugins provide access to data from third-party platforms, services, or formats.
88
88
89
89
```bash
90
90
# Install a plugin
91
-
$ chronicle-etl connectors:install NAME
91
+
$ chronicle-etl plugins:install NAME
92
+
93
+
# Install the imessage plugin
94
+
$ chronicle-etl plugins:install imessage
95
+
96
+
# List installed plugins
97
+
$ chronicle-etl plugins:list
98
+
99
+
# Uninstall a plugin
100
+
$ chronicle-etl plugins:uninstall NAME
92
101
```
93
102
94
103
A few dozen importers exist [in my Memex project](https://hyfen.net/memex/) and they’re being ported over to the Chronicle system. This table shows what’s available now and what’s coming. Rows are sorted in very rough order of priority.
@@ -188,4 +197,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/chroni
188
197
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
189
198
190
199
## Code of Conduct
191
-
Everyone interacting in the Chronicle::ETL project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/chronicle-app/chronicle-etl/blob/master/CODE_OF_CONDUCT.md).
200
+
Everyone interacting in the Chronicle::ETL project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/chronicle-app/chronicle-etl/blob/main/CODE_OF_CONDUCT.md).
0 commit comments