Azure / service-catalog-cli

See the upstream repository ->
https://github.com/kubernetes-incubator/service-catalog
MIT License
33 stars 14 forks source link

Traverse immediate child associations by default #67

Closed carolynvs closed 6 years ago

carolynvs commented 6 years ago

Continuing from #43.


Closes #22.

carolynvs commented 6 years ago

@arschles I thought I implemented what we discussed in #22, but maybe we both came away with different ideas? 😀

Currently get and describe show nearly the same information (see below). My intent with that issue was to retrieve useful child relationships by default, like from a class to its plans, and that --traverse would be used to display the parent hierarchy.

It sounds like you are asking to have the child relationships also put behind the --traverse flag? If not, could you provide sample command + output to help clarify?

$ svcat get class azure-mysqldb
      NAME                 DESCRIPTION                             UUID
+---------------+--------------------------------+--------------------------------------+
  azure-mysqldb   Azure Database for MySQL         997b8372-8dac-40ac-ae65-758b4a5075a5
                  (Experimental)

$ svcat describe class azure-mysqldb
  Name:          azure-mysqldb
  Description:   Azure Database for MySQL (Experimental)
  UUID:          997b8372-8dac-40ac-ae65-758b4a5075a5
  Status:        Active
  Tags:          Azure, MySQL, Database
arschles commented 6 years ago

@carolynvs I recall that discussion now, and you're right. Sorry about that! This LGTM