Skip to content

update-project-state

Updates fields in the project’s .mistflow/state.json. Used to manually mark steps, update configuration, or modify metadata.

ParameterTypeRequiredDescription
projectPathstringNoPath to the project directory (default: cwd)
updatesobjectYesKey-value pairs to update in the state
  • Most state updates happen automatically through other tools (implement-step, deploy).
  • This tool is a fallback for manual corrections.
  • Changes are synced to the Mistflow API on next deploy.