Closed matthewfischer closed 6 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/157936123
The labels on this github issue will be updated when the story is started.
This issue will be addressed at the same time as https://github.com/pivotal-cf/pivnet-cli/issues/22
As of v0.0.51, ids will now show under product file column. This should cover the use case for viewing product files of file groups of a specific release.
The original reason why it is not symmetrical with the product file command, is that specifying the file group id of a specific release is not supported by the api. (https://network.pivotal.io/docs/api#release_file_groups)
Given a set of file groups, for example, for PKS:
We try to pull information for a specific one, say, 977 and get an error:
It appears to me that the fg command, like the pf command, needs a -r flag so that the release version can be specified in the http request.