Skip to content

JetBrains/hub-pub

Repository files navigation

Description

This package allows to upload a plugin to JetBrains Plugin Repository

How to use

The simplest way to use is install the latest version form npm:

npm install -g @jetbrains/hub-pub

Usage

hub-pub publish <plugin directory or zip file> [<options>]
Options Description
pluginId is a numeric ID of the plugin, can be retrieved from the plugin repository URL. e.g. Scala plugin ID is 1347
userName is a plugin author username used to access the JetBrains Plugin Repository (JetBrains Account username or email).
password is a plugin author password used to access the JetBrains Plugin Repository (JetBrains Account password).
channel is a release channel the update is published to (empty channel means default Stable channel) (optional)
hub-pub pack <plugin directory>
Options Description
out Generate the output into <file>. If not specified, the output goes in a file named <plugin directory name>.zip
hub-pub version <plugin version>
Options Description
prefix Directory which contains a manifest.json file
Powered by kotlin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published