Skip to content

History

Revisions

  • docs: update PAC CLI installation instructions across multiple migration guides

    @RemyDuijkeren RemyDuijkeren committed Jul 16, 2026
    2062e89
  • docs: update links and references across multiple documentation files; add new Push WebResources guide

    @RemyDuijkeren RemyDuijkeren committed Jul 16, 2026
    ad27e3c
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 16, 2026
    7ad45c3
  • docs: enhance AI Agents documentation with plugin installation details and AI-native schema context

    @RemyDuijkeren RemyDuijkeren committed Jul 15, 2026
    db3cbc8
  • docs: clarify IFRAME control naming conventions in event handler documentation

    @RemyDuijkeren RemyDuijkeren committed Jul 15, 2026
    c009866
  • docs: update event handler annotation syntax and add new directives for better control

    @RemyDuijkeren RemyDuijkeren committed Jul 15, 2026
    25f9235
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 15, 2026
    b58b9b3
  • docs: add details on `flowline configure` for post-deploy state reconciliation

    @RemyDuijkeren RemyDuijkeren committed Jul 15, 2026
    0b52387
  • docs: clarify wording in attribute-driven plugin registration section

    @RemyDuijkeren RemyDuijkeren committed Jul 15, 2026
    33aeb98
  • docs: enhance command reference and plugin registration documentation for clarity and detail

    @RemyDuijkeren RemyDuijkeren committed Jul 15, 2026
    0d7abba
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 15, 2026
    d5995ef
  • docs(plugin-registration): improve clarity and structure in Plugin steps and Class naming convention sections

    @RemyDuijkeren RemyDuijkeren committed Jul 14, 2026
    2ce72d4
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    186de17
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    ba8a411
  • docs: update command reference and sync documentation for clarity and accuracy

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    6a3603b
  • docs(deploy): note Azure DevOps artifact name includes the version

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    d889597
  • 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).

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    aefcd91
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    e0bd8d0
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    c0c293f
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    6752caf
  • 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.

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    ec59357
  • 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. ```

    @RemyDuijkeren RemyDuijkeren committed Jul 13, 2026
    67aac38
  • docs(getting-started): clarify PAC CLI fallback behavior and add dev environment provisioning steps

    @RemyDuijkeren RemyDuijkeren committed Jul 12, 2026
    a4e34ec
  • docs(planned-features): add NuGet package support and update workflow restoration details

    @RemyDuijkeren RemyDuijkeren committed Jul 12, 2026
    152c7bc
  • ``` 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. ```

    @RemyDuijkeren RemyDuijkeren committed Jul 12, 2026
    e6268df
  • docs(webresources): document form-event rename resilience behavior

    @RemyDuijkeren RemyDuijkeren committed Jul 12, 2026
    80d9663
  • 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

    @RemyDuijkeren RemyDuijkeren committed Jul 12, 2026
    3c49131
  • docs(sync): add CI tip for using CHANGES.md as a deploy trigger filter

    @RemyDuijkeren RemyDuijkeren committed Jul 10, 2026
    b0d5572
  • docs(deploy): document --path artifact import and build-once-promote-many cache

    @RemyDuijkeren RemyDuijkeren committed Jul 10, 2026
    15f2771
  • docs(planned-features): Remove `--prune` feature description and out of scope section

    @RemyDuijkeren RemyDuijkeren committed Jul 10, 2026
    eced950