Skip to main content

Inputs overview

πŸ“„οΈ ForkEnvironmentInput

Attributes for the new environment. The fork references the parent via parentId and seeds each package from the parent's params. Re-forking against the same parent re-runs the seed β€” params and version reset to the parent's current values, and the copy* flags re-apply β€” so the mutation behaves as a desired-state converge (use it to reset local edits, or to backfill secrets and remote references that a prior call didn't request). Re-forking with a different parent is rejected; a fork's parent is immutable.