We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: update PAC CLI installation instructions across multiple migration guides
docs: update links and references across multiple documentation files; add new Push WebResources guide
Add migration guides for Daxif, PACX, and ALM Accelerator; introduce planned features - Created migration guide from Daxif detailing equivalent commands and migration steps. - Added migration guide from PACX outlining command mappings and two-phase migration strategy. - Developed migration guide from ALM Accelerator, emphasizing deployment model changes and mapping to Flowline commands. - Introduced a new document for planned features, including post-deploy state reconciliation and CLI setup enhancements.
docs: enhance AI Agents documentation with plugin installation details and AI-native schema context
docs: clarify IFRAME control naming conventions in event handler documentation
docs: update event handler annotation syntax and add new directives for better control
docs: add missing exit codes, pair migration guides with flowline-migration skill - 09-AI-Agents.md: exit-code table was missing live codes 18 (PartialSuccess) and 19 (Inconclusive), caught while authoring the flowline agent-plugin skill that copies this table verbatim. - 11-14: add a one-line cross-reference to the matching flowline-migration skill section (KTD7 in the Flowline repo's 2026-07-15-002 plugin plan), so an edit to either side prompts a check of the other.
docs: add details on `flowline configure` for post-deploy state reconciliation
docs: clarify wording in attribute-driven plugin registration section
docs: enhance command reference and plugin registration documentation for clarity and detail
docs: document PluginPackageMode (Auto/Nupkg/Dll) plugin packaging Flowline's push command gained a 3-state PluginPackageMode config key (Auto/Nupkg/Dll) controlling whether plugins deploy as a classic assembly or a NuGet plugin package (Dataverse's dependent-assemblies feature). This was undocumented — Command-Reference still described --pluginFile as .dll-only. Document the config key, its three modes, and update the standalone --pluginFile docs to accept .nupkg too.
docs(plugin-registration): improve clarity and structure in Plugin steps and Class naming convention sections
docs(deploy): simplify Artifacts section for a general audience Condensed to storage path, cache reuse, CI auto-publish, and --path for per-job pipelines — dropped the exhaustive cache-miss-reason list and other implementation-level detail most users don't need.
docs(deploy): tighten First-import confirmation section Condensed to the essentials — what triggers it, how to skip it, when it doesn't fire — dropping the managed/unmanaged wording breakdown and mismatch-guard cross-reference that made it read longer than the feature warrants.
docs: update command reference and sync documentation for clarity and accuracy
docs(deploy): note Azure DevOps artifact name includes the version
docs(customapi): document [CustomApi(UniqueName = ...)] override Adds the complete-unique-name override to the Custom API class-naming reference and properties table, and shows a mismatched migration example in the spkl and Daxif guides (their existing examples happen to already match Flowline's derived name, so neither demonstrated the case UniqueName exists to solve).
docs(deploy): document CI artifact publishing for Azure Pipelines and GitHub Actions Artifacts section now covers both mechanisms, including a worked GitHub Actions YAML example referencing the qualified step output.
docs(deploy): document every-deploy cache outcome reporting Artifacts section now covers the every-deploy status line, the Test/UAT-gated pipeline framing, and the CI-appended --path note.
fix(deploy): remove stale --managed row from Options table Code review caught this table row surviving the --managed removal even though the rest of this same page (Managed vs unmanaged, First-import confirmation sections) was already updated.
docs(deploy): remove --managed, document first-import confirmation deploy no longer accepts --managed (mode comes from clone/sync only) and gains a first-import confirmation gate, --force first-import. config is dropped from deploy's valid --force specifiers.
docs(command-reference): restructure --force docs and expand command explanations Refactors the `--force` flag documentation, moving detailed specifier information from a central table to each command's dedicated section. The global `--force` description is now a concise overview, directing users to command-specific details. Enhances documentation for `clone`, `provision`, `drift`, and other commands with expanded explanations, updated examples, and clearer guidance. Descriptions for flags like `--no-build` and `--no-publish` are also streamlined. ```
docs(getting-started): clarify PAC CLI fallback behavior and add dev environment provisioning steps
docs(planned-features): add NuGet package support and update workflow restoration details
``` docs(commands): detail granular --force specifiers The `--force` flag has been re-designed to require a named specifier (e.g., `--force drift`, `--force all`) instead of being a simple boolean. This change enforces explicit approval of specific hazards, enhancing safety for potentially destructive operations. The documentation is updated across the command reference, error codes, and deployment guidance to reflect this new granular control. ```
docs(webresources): document form-event rename resilience behavior
docs(command-reference): update `--scope` options and enhance `--no-publish` description docs(webresources-project): add Form event registration section and syntax details docs(home): clarify auto-wiring of form events and web resource dependencies
docs(sync): add CI tip for using CHANGES.md as a deploy trigger filter
docs(deploy): document --path artifact import and build-once-promote-many cache
docs(planned-features): Remove `--prune` feature description and out of scope section