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
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,9 @@ This will create db.sql file (a Sqlite database) with a table `Names` and two re
29
29
30
30
## Building and publishing the plugin
31
31
32
-
Use the following command to build a container with the plugin:
32
+
1. Update the plugin metadata in [src/plugins.ts](src/plugin.ts#L99) to match your team and plugin name.
33
+
2. Run `npm run build` to build the plugin.
34
+
3. Run `node dist/main.js package -m "Initial release" v0.0.1 .`. `-m` specifies changelog and `v0.0.1` is the version.
35
+
4. Run `cloudquery plugin publish -f` to publish the plugin to the CloudQuery registry.
33
36
34
-
```shell
35
-
npm run package:container
36
-
```
37
-
38
-
Check out the [Releasing and Deploying Your Plugin
39
-
](https://www.cloudquery.io/docs/developers/creating-new-plugin/javascript-source#releasing-and-deploying-your-plugin) in our documentation to learn more about publishing your own plugin for wider use.
37
+
> More about publishing plugins [here](https://docs.cloudquery.io/docs/developers/publishing-an-addon-to-the-hub)
This is the plugin documentation that will get published to Hub. Read more about publishing at [CloudQuery Docs](https://docs.cloudquery.io/docs/developers/publishing-a-plugin-to-the-hub)
0 commit comments