pursuit icon indicating copy to clipboard operation
pursuit copied to clipboard

Document latest version of `psc-publish` in /help/authors

Open adius opened this issue 7 years ago • 3 comments

Gzip the JSON output produced by psc-publish and save it to a file.

But psc-publish yields Missing: --manifest FILE --resolutions FILE and I can't find any documentation what those files are supposed to be

adius avatar Jan 18 '18 19:01 adius

According to the pulp code it seems to be:

bower list --json --offline > resolutions.json
psc-publish --manifest bower.json --resolutions resolutions.json

adius avatar Jan 18 '18 19:01 adius

Or maybe not. It has not the right format, but I can't really see any section in pulp where they change the format, so I don't really know...

adius avatar Jan 18 '18 19:01 adius

Yeah we should definitely document this. The idea was that it should be possible to produce a resolutions.json file without necessarily using bower. I think the right place for documenting this aspect of psc-publish would be the purescript/documentation repo.

hdgarrood avatar Jan 28 '18 17:01 hdgarrood