|
1 | 1 | # intellij-rancher-plugin
|
2 | 2 |
|
3 | 3 | 
|
4 |
| -[](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) |
5 |
| -[](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) |
6 |
| - |
7 |
| -## Template ToDo list |
8 |
| -- [x] Create a new [IntelliJ Platform Plugin Template][template] project. |
9 |
| -- [ ] Get familiar with the [template documentation][template]. |
10 |
| -- [ ] Adjust the [pluginGroup](./gradle.properties) and [pluginName](./gradle.properties), as well as the [id](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin). |
11 |
| -- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description]) |
12 |
| -- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate). |
13 |
| -- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
14 |
| -- [ ] Set the `MARKETPLACE_ID` in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace. |
15 |
| -- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables). |
16 |
| -- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate). |
17 |
| -- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes. |
| 4 | +[](https://plugins.jetbrains.com/plugin/26333-rancher-remote) |
| 5 | +[](https://plugins.jetbrains.com/plugin/26333-rancher-remote) |
18 | 6 |
|
19 | 7 | <!-- Plugin description -->
|
20 | 8 | <h2>Rancher Integration Plugin for JetBrains IDEs</h2>
|
|
100 | 88 |
|
101 | 89 | - Using JetBrains Marketplace:
|
102 | 90 |
|
103 |
| - Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running. |
| 91 | + Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26333-rancher-remote) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running. |
104 | 92 |
|
105 |
| - You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using |
| 93 | + You can also download the [latest release](https://plugins.jetbrains.com/plugin/26333-rancher-remote/versions) from JetBrains Marketplace and install it manually using |
106 | 94 | <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
|
107 | 95 |
|
108 | 96 | - Manually:
|
|
0 commit comments