Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 547 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 547 Bytes

CPM flow related commands

flow enable

Enable cpm flow.

cpm flow enable

flow configure

Configure cpm flow.

cpm flow configure

flow setup

Make repository ready to use cpm flow (every new clone should run this).

cpm flow setup

flow checkout

Checkout issue to start development.

cpm flow checkout [options]

Options:

  • -t, --taskId <taskId>: Task ID to checkout.

flow submit

Create PR for issue for the current working issue.

cpm flow submit