1.0.10 • Published 5 years ago

mb.eureka-cli v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Netflix Eureka CLI Tool

About

This is a CLI tool for interacting with a Eureka Service Registry Includes API class that can be used in Node scripts.

NOTE:
Currently, only has basic commands for fetching app, app list, and instance info. Can be easily expanded to included other API calls, but this is all I have needed so far.

Resources:
Eureka API Docs
Netflix Eureka

Usage

npm install -g mb.eureka-cli

export EUREKA_SERVER=http://localhost:8765/eureka  (assumes you are tunneled to Eureka and port forwarding 8765 to 8761)

eureka --help

eureka apps

eureka apps APPLICATION-KEY

Debug Logging

export EUREKA_DEBUGS=true

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago