Skip to content

Docs: Aspire dashboard integration page (GH-2996)#2997

Merged
jeremydmiller merged 2 commits into
mainfrom
docs-2996-aspire-integration
Jun 1, 2026
Merged

Docs: Aspire dashboard integration page (GH-2996)#2997
jeremydmiller merged 2 commits into
mainfrom
docs-2996-aspire-integration

Conversation

@jeremydmiller
Copy link
Copy Markdown
Member

Closes #2996. New Aspire Dashboard Integration page (/guide/aspire) documenting the JasperFx.Aspire integration for Wolverine apps, added under the General sidebar section next to Command Line Integration.

Wolverine-flavored throughout, covering:

  • On-demand command buttonsWithJasperFxCommands(); the default read-only buttons (check-env, describe, codegen preview) and the mutating opt-in (resources for transport/queue + inbox/outbox provisioning, codegen write), with the Wolverine meaning of each.
  • Surfacing Wolverine's own verbsstorage (verified: storage counts is the real default action) and wolverine-diagnostics, via WithJasperFxCommand or the opt-in dynamic discovery (DiscoverCommands).
  • Startup gatescodegen write (pre-generate handlers → no first-request codegen) and resources setup (provision transports + durable storage) as WaitForCompletion gates before the service boots.
  • Relationship to Wolverine's CLI — these are a presentation layer over the same RunJasperFxCommands(args) verbs.

Cross-links to /guide/command-line, /guide/codegen, and the full reference at shared-libs.jasperfx.net/cli/aspire.

Verified with a local vitepress build docs (clean, no dead links). Plain fenced examples (the code references the external JasperFx.Aspire API + Projects.*, so it can't be snippet-sourced from this repo).

🤖 Generated with Claude Code

jeremydmiller and others added 2 commits May 31, 2026 18:20
New /guide/aspire page documenting the JasperFx.Aspire integration for Wolverine:
on-demand command buttons (check-env, describe, codegen preview/write, resources),
surfacing Wolverine's own verbs (storage, wolverine-diagnostics) via WithJasperFxCommand
or dynamic discovery, and startup gates (codegen write + resources setup before the
service boots). Added under the General sidebar section next to Command Line Integration.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps JasperFx, JasperFx.Events, JasperFx.Events.SourceGenerator, and
JasperFx.SourceGenerator from 2.3.0 to 2.4.0. JasperFx.RuntimeCompiler stays on
its independent 5.0.0 line. Full wolverine.slnx builds clean against 2.4.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jeremydmiller jeremydmiller merged commit 36383fa into main Jun 1, 2026
23 checks passed
This was referenced Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: JasperFx command buttons in the Aspire dashboard (JasperFx.Aspire)

1 participant