Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novotnyr/consul-intellij-plugin
Consul K/V Store plugin for IntelliJ IDEA
https://github.com/novotnyr/consul-intellij-plugin
consul-agent consul-kv intellij-plugin intellijidea-plugin
Last synced: about 2 months ago
JSON representation
Consul K/V Store plugin for IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/novotnyr/consul-intellij-plugin
- Owner: novotnyr
- Created: 2017-05-08T15:24:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T22:41:03.000Z (5 months ago)
- Last Synced: 2024-10-24T07:35:35.141Z (2 months ago)
- Topics: consul-agent, consul-kv, intellij-plugin, intellijidea-plugin
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/10511-consul-k-v-support
- Size: 364 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Consul K/V Store plugin for IntelliJ IDEA
An IntelliJ IDEA plugin for Consul Key/Value store.
## Supported features
* Browse Consul K/V repository. Add, edit and remove entries and folders.
* Define multiple Consul instances and easily switch between them
* Export the contents of a Consul folder to the `.properties` file
* Paste values like `version=1` directly from the Clipboard to the Consul tree
* Copy values to the Clipboard in the `=`-delimited format## Installing
1. Download the [latest release](https://github.com/novotnyr/consul-intellij-plugin/releases) as a ZIP file.
2. From *IntelliJ* settings, drill down to *Plugins* and install via **Install Plug-in From disk** button.## Screenshots
![Screenshot](screenshot.png)