Bundles feature#4752
Open
gabrielbeamable wants to merge 9 commits into
Open
Conversation
Contributor
|
Lightbeam link |
gabrielbeamable
commented
Jul 10, 2026
|
|
||
| Log.Information($"Building bundle=[{bundle.name}] to compute its diff..."); | ||
| // Don't exclude bundle components here — this command operates on exactly those components. | ||
| var (plan, _) = await this.InteractivePlan(provider, args, excludeAuthoredBundleComponents: false); |
Contributor
Author
There was a problem hiding this comment.
we stopped here
gabrielbeamable
commented
Jul 10, 2026
| { | ||
| AddArgument(new Argument<string>("bundle-name", "The namespaced bundle name, e.g. <namespace>/<bundle-name>"), | ||
| (args, i) => args.bundleName = i); | ||
| AddOption(new Option<string>("--tag", () => null, "Resolve the checksum from this tag (defaults to latest)"), |
Contributor
Author
There was a problem hiding this comment.
the default should be defined here
Contributor
|
Lightbeam link |
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
Adds CLI support for Beamo manifest bundles — the evolution of the flat per-realm manifest into a manifest-of-manifests that pulls named, content-addressed bundles from a shared catalog. This lands the OpenAPI regen that introduces the bundle/segments/analytics clients (and retypes
ManifestViewonto the newBeamoBasic*family), then layers on abundlescommand group,manifest.beam.jsonreference plumbing, and an internaladmin force-injectescape hatch.Changes
OpenAPI regen & build adoption
Models.gs.csplus new generated clients:BeamBeamobundle,BeamBeamoforcedbundle,BeamBeamopullrequest,BeamSegments,BeamCustomersegments,BeamPlayersegments,BeamAnalyticsManifestViewonto theBeamoBasic*reference family; added Basic-family overloads toConvertToBeamoV2/ checksum helpers and new Basic→canonicalConvertToBundleReferenceconvertersOptionalArrayOfArrayOfStringoptional type; registered the new bundle clients inOpenApiSystem.RegisterOpenApisSystem.Net.*to resolve collisions with new generatedIPAddress/AddressFamilymodelsbundlescommand group (beam bundles <cmd>)new,plan,publish,list,get,history,tags,tag,yank,pin,acl,prune-yanked*.beam.bundle.jsonfiles (unique names; each beamoId in at most one bundle)BundleBuild,BundleDiff,BundleWorkspace)@-token replacer so namespaced names (<namespace>/<bundle>) aren't swallowed by System.CommandLine's@fileresponse-file expansionManifest references (Phase 1)
manifest.beam.json(schemaVersion+referencesmap) withConfigServiceload/save helpers, wired intodeploy plan/releaseInternal admin
beam deploy admin force-inject <name> --realm --checksum [--unset], marked internal-use (SuperAdmin-gated server-side)OpenAPI generation fix
SwaggerServiceself-reference detection as an explicit path-tracked traversal to stop an infinite loop on recursive schemas