Skip to content

Latest commit

 

History

History

flow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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