All commands that accept app-host-id as unnamed parameter, should also support service instance name of plan app-host instead, using --name in front of it. The order of passing named parameters should not matter any more. Parameters --name and app-host-id should be mutually exclusive.
To stay backward compatible, html5-info need to support service instance name with and without --name in front of it.
Qualities of Change
Functional - all commands that require app-host-id will support --name parameter, which will be exclusive to passing app-host-id as non-named parameter.
User Interface - no changes
Documentation - need to update html5-list, html5-get, html5-delete and html5-info commands docs both in code and in README.md. Document also that, if app-host-id belongs to different space, using --name is impossible.
Description
All commands that accept
app-host-id
as unnamed parameter, should also support service instance name of planapp-host
instead, using--name
in front of it. The order of passing named parameters should not matter any more. Parameters--name
andapp-host-id
should be mutually exclusive.To stay backward compatible,
html5-info
need to support service instance name with and without--name
in front of it.Qualities of Change
app-host-id
will support--name
parameter, which will be exclusive to passingapp-host-id
as non-named parameter.html5-list
,html5-get
,html5-delete
andhtml5-info
commands docs both in code and in README.md. Document also that, ifapp-host-id
belongs to different space, using--name
is impossible.