Skip to content

feat(wrapper): add advanced syncscripts run mode #251

Description

@kopardev

Summary

Add a dedicated advanced run mode to sync pipeline scripts into an initialized work directory.

Context

-m=init copies workflow/scripts into WORKDIR/scripts, but new scripts added later are not propagated automatically.

Proposed change

  • Expose a documented advanced mode: -m=syncscripts
  • Keep rescript as a backward-compatible alias
  • Group syncscripts with reset under advanced options in --help

Acceptance criteria

  • bash carlisle -m=syncscripts -w=<workdir> updates WORKDIR/scripts from workflow/scripts
  • Existing workdir checks still apply
  • Help text documents this as an advanced option

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions