Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devicecloud-dev/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: devicecloud-dev/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/dcd-cli-110-execution-order-docs
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 13, 2026

  1. docs(workspace-config): document executionOrder shape validation and …

    …fix continueOnFailure default
    
    Two corrections to the executionOrder section, prompted by dcd-cli#110:
    
    - continueOnFailure was documented as defaulting to false. The CLI has always
      defaulted it to true (three read sites agree, and it is now the schema
      default). Corrected, with a note on when to set it to false.
    - Added a warning block for the shape mistake the issue reported: a bare list
      of flow names under executionOrder. It is not valid Maestro, older CLI
      versions silently ignored it and ran every flow in parallel while still
      reporting success, and the CLI now rejects it outright. Shows the wrong and
      right forms side by side so it is findable by anyone hitting the error.
    
    Also noted that unrecognised top-level keys are now warned about, which is
    what catches flowOrder, a top-level continueOnFailure, and tags: in place of
    includeTags/excludeTags.
    finalerock44 committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    3e27458 View commit details
    Browse the repository at this point in the history
Loading