SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

add st command to display current configuration of apps/services #64

Closed ccheetham closed 4 years ago

ccheetham commented 5 years ago

Currently, one must peek into the steeltoe.yml file.

E.g.

% cat steeltoe.yml
apps: {}
services:
  mydb:
    type: postgresql
    deployArgs: {}

Adding a command to prettify the contents to a console would be helpful and also decouple a user from having to know st storage format.

Perhaps something like:

% st show
Name               Type
mydb               postgresql
jkonicki commented 4 years ago

@ccheetham Update description or close