Skip to content

feat: add publish/sync/share commands and RegistryService for sharing and registry operations#2215

Open
arnavk23 wants to merge 1 commit into
asyncapi:masterfrom
arnavk23:feat/workspace-share-sync-publish
Open

feat: add publish/sync/share commands and RegistryService for sharing and registry operations#2215
arnavk23 wants to merge 1 commit into
asyncapi:masterfrom
arnavk23:feat/workspace-share-sync-publish

Conversation

@arnavk23
Copy link
Copy Markdown

Adds support for validating AsyncAPI documents with a custom Spectral ruleset and introduces basic registry operations (publish, sync, share) to allow sharing and syncing AsyncAPI files with remote endpoints/registries.

Fixes #1785

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 25, 2026

⚠️ No Changeset found

Latest commit: 2918f98

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@sonarqubecloud
Copy link
Copy Markdown

@arnavk23
Copy link
Copy Markdown
Author

  • Custom Spectral ruleset loading via --ruleset (YAML/JSON).
  • New RegistryService for basic publish/pull operations using auth from ~/.asyncapi/config.json.
  • New CLI commands: publish, sync (push/pull), and share as a convenience wrapper around publish.
  • Minimal auth integration using ConfigService.getAuthForUrl() so users can store tokens/headers in ~/.asyncapi/config.json.
  • Simple, conservative HTTP-based interactions (POST for publish, GET for pull) so the feature is safe and easy to extend for specific registry protocols later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Triage

Development

Successfully merging this pull request may close these issues.

Evaluate Missing features in the CLI

1 participant