Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@jetbrains/hub-pub

Package Overview
Dependencies
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jetbrains/hub-pub

This package allows to upload a plugin to JetBrains Plugin Repository

latest
npmnpm
Version
0.0.5
Version published
Maintainers
8
Created
Source

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>]
OptionsDescription
pluginIdis a numeric ID of the plugin, can be retrieved from the plugin repository URL. e.g. Scala plugin ID is 1347
userNameis a plugin author username used to access the JetBrains Plugin Repository (JetBrains Account username or email).
passwordis a plugin author password used to access the JetBrains Plugin Repository (JetBrains Account password).
channelis a release channel the update is published to (empty channel means default Stable channel) (optional)
hub-pub pack <plugin directory>
OptionsDescription
outGenerate the output into <file>. If not specified, the output goes in a file named <plugin directory name>.zip
hub-pub version <plugin version>
OptionsDescription
prefixDirectory which contains a manifest.json file
Powered by kotlin

FAQs

Package last updated on 09 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts