feat(cli): esc-plugin publish marketplace flow#9
Merged
Conversation
- Add manifest + tarball hashing, optional RSA signature, S3-compatible upload, POST to Escalated Cloud marketplace versions. - New bin: esc-plugin (see README via package-bin). - Tests for publish payload, sha256 determinism, and RSA signing. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\r\nAdds \esc-plugin publish: read \manifest.json, stream SHA-256 tarball digest, optional RSA-SHA256 signature, S3-compatible upload (AWS/R2/MinIO) or explicit --artifact-uri, then \POST\ Escalated Cloud /api/v1/marketplace/publishers/{publisher}/versions.\r\n\r\nBin: *\esc-plugin* (\
pm i\ git ref includes \�uild/).\r\n\r\n### Verification\r\n-
pm run build && npm test && npm run lint\r\n\r\nPairs with cloud.escalated.dev PR that adds the receiving API route.
Made with Cursor