Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 831 Bytes

mp_plan.md

File metadata and controls

36 lines (25 loc) · 831 Bytes

mp plan

Plan changes by running a command against cloned repos

mp plan [cmd] [args...] [flags]

Examples

mp plan -b microplaning -m 'microplane fun' -r app-service -- sh -c /absolute/path/to/script
mp plan -b microplaning -m 'microplane fun' -r app-service -- python /absolute/path/to/script

Options

  -b, --branch string     Git branch to commit to
  -d, --diff              Show the diffs of the changes made per repo
  -h, --help              help for plan
  -m, --message string    Commit message
  -p, --parallelism int   Parallelism limit (default 10)

Options inherited from parent commands

  -r, --repo string   single repo to operate on

SEE ALSO

  • mp - Microplane makes git changes across many repos
Auto generated by spf13/cobra on 11-Aug-2021