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(deploy): Document deploy process, managed solution handling, and orphan cleanup Adds a step-by-step breakdown of the deploy process. Clarifies behavior of managed vs. unmanaged solution imports, including Dataverse Upgrades for component removal and publishing of customizations. Rewrites orphan cleanup, introducing risk tiers and explaining its interaction with managed solutions. Includes new external resources.
docs(home): Add quote to emphasize the advantages of Flowline over traditional pipelines
docs(content): Streamline homepage features and clarify web resource deployment
docs(webresources): Improve clarity and structure in WebResources Project documentation
docs(webresources): Update project structure description for clarity
docs(webresources): Add link to Rollup in project description
docs(webresources): Clarify dependency annotation placement and add minification guidance The documentation previously stated that `flowline:depends` annotations must be placed at the top of the file. This update clarifies that they can be declared anywhere in the file. Additionally, it adds a new section explaining how build tools and minifiers can affect annotations, providing guidance on using `//!` or `/*! ... */` forms to ensure they are preserved.
docs(webresources): Add `scope` to `flowline push` and clarify Rollup entry points
docs(deploy): document Prio1/2/3 risk-tier classification for orphan cleanup The refactored orphan cleanup handler architecture added a Prio1/Prio2/Prio3 risk classification (PrintReport's per-priority grouping in OrphanCleanupService.cs) alongside the existing AUTO/MANUAL axis, which the Orphan cleanup section didn't yet mention. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B8CYgRLkw1JH7ph81zFiMZ
Update drift docs: target accepts a URL, drop role-specific override flags
Document drift's env-override flags, exit codes, and known limitation
Fix drift command example/description (no URL support, positional arg)
Document the drift command
docs: update manual components list with connection references and bots
docs(plugin-registration): document tuple step identity and one-image-per-type rationale
docs: clarify registration instructions for plugin steps and secondary table handling
docs: enhance documentation on dnx usage and clarify gitignore for WebResources project
docs: update environment configuration and add solution matrix for clarity
docs: update .NET SDK requirement and add dnx usage instructions for authentication
docs: document --no-backup flag and pre-deploy environment backup Flowline's CLAUDE.md requires wiki updates alongside user-facing flag changes, per fix(review) commit pattern already applied for --skip-solution-check.
docs: document --skip-solution-check flag and solution checker gate Flowline's CLAUDE.md requires wiki updates alongside user-facing flag changes. Also corrects the orphan-cleanup 'before packing' ordering claim, now stale since flowline deploy packs before the pre-import fan-out.
docs: update sync command options to include 'none' for skipping version bump
docs: update Getting Started and add Migration from ALM Accelerator documentation
docs: add Description property to optional named properties in Plugin Registration
docs: add --no-build flag to sync command to skip validation step
docs: enhance Command Reference with command execution tips and remove cancellation section
docs: add tip about Flowline command usage from any project directory
docs: add cancellation section to Command Reference for clarity
docs(push): add --no-publish flag to Command-Reference
docs: clarify class naming convention and improve descriptions for stage keywords and messages