You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowline generate: generates early-bound C# types into Plugins/Models/. Supports PAC generator (--generator pac) and XrmContext v3 (--generator xrmcontext3). Output path configurable and persisted in .flowline.
Sync change summary: sync translates the XML diff into plain language — entities and components added, changed, or removed. Written to CHANGES.md after every sync.
Pre-sync dirty-tree guard: sync refuses if the working tree has uncommitted changes. --force bypasses.
Deploy guard: deploy blocks if local changes have not been synced — enforces push → sync → deploy. --force bypasses.
Solution versioning: sync --bump auto-increments the patch version in Dataverse and tags the commit. --no-tag skips the git tag.
[Handles] attribute: annotate plugin classes that handle multiple messages — no more duplicating [Step] for each message.